Skip to content

Commit c0e7997

Browse files
chore: fix mypy
1 parent 6e384a9 commit c0e7997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def validate(start: datetime.datetime, end: datetime.datetime) -> bool:
1212

1313

1414
# start_date < now < end_date
15-
def test_start_date_lower_than_end_date_lower_than_now():
15+
def test_start_date_lower_than_now_lower_than_end_date():
1616
start, end = parse_time_to_datetime(
1717
(datetime.datetime.now() - datetime.timedelta(hours=2)).time(),
1818
(datetime.datetime.now() - datetime.timedelta(hours=1)).time(),

0 commit comments

Comments
 (0)