Skip to content

Commit

Permalink
Merge pull request #42 from wetterkrank/workflow-test
Browse files Browse the repository at this point in the history
fix the spec
  • Loading branch information
wetterkrank authored Nov 13, 2024
2 parents be0f4ee + a4e7c1e commit 4b8abe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_next_quiz_time(self):
last_quiz_time = datetime.fromisoformat('2011-11-04 11:05:17+00:00')
now = datetime.fromisoformat('2011-12-01 01:00:00+00:00')
self.assertEqual(util.next_quiz_time(last_quiz_time, now),
datetime.fromisoformat('3011-12-02 11:05:17+00:00'))
datetime.fromisoformat('2011-12-02 11:05:17+00:00'))

def test_next_hhmm_today(self):
now_early = datetime.fromisoformat('2011-11-01 11:05:23+01:00')
Expand Down

0 comments on commit 4b8abe8

Please sign in to comment.