Change p to pence

This commit is contained in:
karlchillmaid
2021-01-28 13:47:45 +00:00
committed by Katie Smith
parent 8d9774fc73
commit ed45cd18b0

View File

@@ -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',