Update CI & fix broken test

This commit is contained in:
stijndcl 2023-01-11 23:37:39 +01:00
parent d7daeb02ff
commit ff5de8e88b
2 changed files with 11 additions and 10 deletions

View file

@ -28,6 +28,7 @@ def test_parse_dm_string_dm_garbage():
parse_dm_string("AC/DC")
@freeze_time("2022-09-11")
def test_parse_dm_string_semantic():
"""Test parsing date strings in the [DAY] [MONTH] and [MONTH] [DAY] formats"""
result = parse_dm_string("23rd november")