From 5f1482f223d3c8719b5ae5b203b97b4c045ae0cb Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 16 Apr 2019 11:03:09 +0100 Subject: [PATCH] Correct time formatting --- tests/app/main/views/test_notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_notifications.py b/tests/app/main/views/test_notifications.py index bac017551..b856924ba 100644 --- a/tests/app/main/views/test_notifications.py +++ b/tests/app/main/views/test_notifications.py @@ -167,7 +167,7 @@ def test_notification_page_shows_page_for_letter_notification( "‘sample template’ was sent by Test User on 1 January at 1:01am" ) assert normalize_spaces(page.select('main p:nth-of-type(2)')[0].text) == ( - 'Printing starts today at 5.30pm' + 'Printing starts today at 5:30pm' ) assert normalize_spaces(page.select('main p:nth-of-type(3)')[0].text) == ( 'Estimated delivery date: 6 January'