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.
1 parent 6e384a9 commit c0e7997Copy full SHA for c0e7997
tests/test_util.py
@@ -12,7 +12,7 @@ def validate(start: datetime.datetime, end: datetime.datetime) -> bool:
12
13
14
# start_date < now < end_date
15
-def test_start_date_lower_than_end_date_lower_than_now():
+def test_start_date_lower_than_now_lower_than_end_date():
16
start, end = parse_time_to_datetime(
17
(datetime.datetime.now() - datetime.timedelta(hours=2)).time(),
18
(datetime.datetime.now() - datetime.timedelta(hours=1)).time(),
0 commit comments