We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 148a6fa + 87318f2 commit 9eff695Copy full SHA for 9eff695
tests/test_util.py
@@ -21,7 +21,7 @@ def test_start_date_lower_than_now_lower_than_end_date():
21
22
23
# start_date > now > end_date
24
-def test_start_date_greater_than_now_greater_tat_end_date():
+def test_start_date_greater_than_now_greater_than_end_date():
25
start, end = parse_time_to_datetime(
26
(datetime.datetime.now() + datetime.timedelta(hours=1)).time(),
27
(datetime.datetime.now() + datetime.timedelta(hours=2)).time(),
0 commit comments