Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru committed Nov 21, 2023
1 parent db892e5 commit 5b79bc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Feature/ReaderFeatureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public function test_it_should_return_paginated_results()
$queryBuilder = TimestreamBuilder::query()
->select('*')
->from(config('timestream.database'), 'test')
->whereAgo('time', '48h', '>=')
->orderBy('time', 'desc')
->limitBy($max);

Expand Down

0 comments on commit 5b79bc5

Please sign in to comment.