mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 01:21:07 +00:00
update tests
This commit is contained in:
parent
dd45823790
commit
bee9dafc9d
1 changed files with 1 additions and 1 deletions
|
@ -109,4 +109,4 @@ class StatusDisplayTags(TestCase):
|
||||||
2022, 1, 8, 0, 0, tzinfo=datetime.timezone.utc
|
2022, 1, 8, 0, 0, tzinfo=datetime.timezone.utc
|
||||||
)
|
)
|
||||||
result = status_display.get_published_date(date)
|
result = status_display.get_published_date(date)
|
||||||
self.assertEqual(result, "Jan 1")
|
self.assertEqual(result, "January 1")
|
||||||
|
|
Loading…
Reference in a new issue