Skip to content

Commit 98b32f0

Browse files
committed
Filtering by datetimeinterval
1 parent 75197ed commit 98b32f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Feature/RepositorySearchServiceTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public function test_can_match_datetime_interval()
8787

8888
$twoMonthsAgo = now()->subMonths(2)->toISOString();
8989
$now = now()->toISOString();
90-
dd("users?created_at={$twoMonthsAgo},{$now}");
9190
$this->getJson("users?created_at={$twoMonthsAgo},{$now}")
9291
->assertJsonCount(2, 'data');
9392

0 commit comments

Comments
 (0)