Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnuon committed Jan 4, 2024
1 parent c2855a2 commit 6252157
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions search/tests/test_timer.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import datetime

from django.test import TestCase
from search.utils import Timer

import datetime

class TimerTest(TestCase):

Expand Down Expand Up @@ -34,4 +35,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.assertEqual(timer.end_time_string, "2024-01-01T00:00:05")

0 comments on commit 6252157

Please sign in to comment.