Skip to content

Commit 2fd37b0

Browse files
committed
WIP
1 parent 608e281 commit 2fd37b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Feature/GetPublicListingTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@
99
$response = $request->send();
1010
expect($response->status())->toBe(200)
1111
->and($response->dto())->not()->toBeEmpty();
12-
13-
ray($response->dto()->results->first());
1412
})
1513
->group('get', 'public-listing');

0 commit comments

Comments
 (0)