Skip to content

Commit

Permalink
Adjust time_for_series test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Nov 4, 2023
1 parent 8943964 commit b72db2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expected/22_completely_covers_test.out
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ WHERE job_id = 3;
(1 row)

-- an infinite start will cover an infinite target:
SELECT completely_covers(valid_at, tstzrange(NULL, '2017-11-27 17:00:00'))
SELECT sql_saga.completely_covers(tstzrange(valid_from,valid_to), tstzrange('-infinity', '2017-11-27 17:00:00'))
FROM shifts
WHERE job_id = 3;
completely_covers
Expand Down

0 comments on commit b72db2a

Please sign in to comment.