mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 23:55:46 +02:00
Update CI & fix broken test
This commit is contained in:
parent
d7daeb02ff
commit
ff5de8e88b
2 changed files with 11 additions and 10 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue