Fix: removed test for albanian month name with ë character which caused issues with dateparser
This commit is contained in:
parent
ea249958ae
commit
f169b67595
@ -214,10 +214,6 @@ class TestDate(TestCase):
|
||||
parse_date("", "11 März 2020"),
|
||||
datetime.datetime(2020, 3, 11, 0, 0, tzinfo=tz.gettz(settings.TIME_ZONE)),
|
||||
)
|
||||
self.assertEqual(
|
||||
parse_date("", "28 nëntori 1912"),
|
||||
datetime.datetime(1912, 11, 28, 0, 0, tzinfo=tz.gettz(settings.TIME_ZONE)),
|
||||
)
|
||||
self.assertEqual(
|
||||
parse_date("", "17. ožujka 2018."),
|
||||
datetime.datetime(2018, 3, 17, 0, 0, tzinfo=tz.gettz(settings.TIME_ZONE)),
|
||||
|
Loading…
x
Reference in New Issue
Block a user