Replace can't with cannot

This commit is contained in:
karlchillmaid
2019-09-12 16:54:13 +01:00
committed by Chris Hill-Scott
parent 0ff57d8514
commit 5e8e6cdeda

View File

@@ -303,8 +303,8 @@ def test_accept_agreement_page_populates(
'on_behalf_of_email': '', 'on_behalf_of_email': '',
}, },
[ [
'Cant be empty', 'Cannot be empty',
'Cant be empty', 'Cannot be empty',
], ],
), ),
( (
@@ -315,7 +315,7 @@ def test_accept_agreement_page_populates(
'on_behalf_of_email': '', 'on_behalf_of_email': '',
}, },
[ [
'Cant be empty', 'Cannot be empty',
], ],
), ),
( (
@@ -326,7 +326,7 @@ def test_accept_agreement_page_populates(
'on_behalf_of_email': 'test@example.com', 'on_behalf_of_email': 'test@example.com',
}, },
[ [
'Cant be empty', 'Cannot be empty',
], ],
), ),