update tests

This commit is contained in:
Hugh Rundle 2024-09-18 19:51:43 +10:00
parent dd45823790
commit bee9dafc9d
No known key found for this signature in database
GPG key ID: A7E35779918253F9

View file

@ -109,4 +109,4 @@ class StatusDisplayTags(TestCase):
2022, 1, 8, 0, 0, tzinfo=datetime.timezone.utc
)
result = status_display.get_published_date(date)
self.assertEqual(result, "Jan 1")
self.assertEqual(result, "January 1")