From ed45cd18b0cbd7fb82ebd6bbcf0136c86a92ba30 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 28 Jan 2021 13:47:45 +0000 Subject: [PATCH] Change p to pence --- tests/app/main/views/test_service_settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/app/main/views/test_service_settings.py b/tests/app/main/views/test_service_settings.py index 93e53348e..a95c7be88 100644 --- a/tests/app/main/views/test_service_settings.py +++ b/tests/app/main/views/test_service_settings.py @@ -3790,7 +3790,7 @@ def test_unknown_channel_404s( ), [ ( 'letter', - 'It costs between 39p and £1.21 to send a letter using Notify.', + 'It costs between 39 pence and £1.21 to send a letter using Notify.', 'Send letters', ['email', 'sms'], 'False', @@ -3799,7 +3799,7 @@ def test_unknown_channel_404s( ), ( 'letter', - 'It costs between 39p and £1.21 to send a letter using Notify.', + 'It costs between 39 pence and £1.21 to send a letter using Notify.', 'Send letters', ['email', 'sms', 'letter'], 'True',