Skip to content

Commit 87318f2

Browse files
committed
test: fix typo in util test name
1 parent 148a6fa commit 87318f2

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
@@ -21,7 +21,7 @@ def test_start_date_lower_than_now_lower_than_end_date():
2121

2222

2323
# start_date > now > end_date
24-
def test_start_date_greater_than_now_greater_tat_end_date():
24+
def test_start_date_greater_than_now_greater_than_end_date():
2525
start, end = parse_time_to_datetime(
2626
(datetime.datetime.now() + datetime.timedelta(hours=1)).time(),
2727
(datetime.datetime.now() + datetime.timedelta(hours=2)).time(),

0 commit comments

Comments
 (0)