Skip to content

Commit

Permalink
feat: Add more tests for timer
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnuon committed Jan 4, 2024
1 parent 5922deb commit 87294f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions search/tests/test_timer.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,4 @@ def test_elapsed_time_string(self):
self.assertEqual(timer.elapsed_time, 5)
self.assertEqual(timer.start_time_string, "2024-01-01T00:00:00")
self.assertEqual(timer.end_time_string, "2024-01-01T00:00:05")
self.assertGreaterEqual(timer.end_time, timer.start_time)

0 comments on commit 87294f9

Please sign in to comment.