Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 committed Apr 19, 2021
1 parent 135dd5b commit 48c6287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jobs/test_job_datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async def test_initialize():
j._initialize_base_time(datetime(2001, 1, 1, 1, 20, 30))
assert str(e.value) in (
'First run must be in the future! Now: 2001-01-01T12:00:00+01:00, run: 2001-01-01T01:20:30+01:00',
'First run must be in the future! Now: 2001-01-01T12:00:00+00:00, run: 2001-01-01T00:20:30+00:00',
'First run must be in the future! Now: 2001-01-01T12:00:00+00:00, run: 2001-01-01T01:20:30+00:00',
)

j.cancel()

0 comments on commit 48c6287

Please sign in to comment.