From bee9dafc9dd4df436cc69416ca195f4654877c16 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Wed, 18 Sep 2024 19:51:43 +1000 Subject: [PATCH] update tests --- bookwyrm/tests/templatetags/test_status_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/tests/templatetags/test_status_display.py b/bookwyrm/tests/templatetags/test_status_display.py index 338c30481..169243c0d 100644 --- a/bookwyrm/tests/templatetags/test_status_display.py +++ b/bookwyrm/tests/templatetags/test_status_display.py @@ -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")