mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Replace can't with cannot
This commit is contained in:
committed by
Chris Hill-Scott
parent
0ff57d8514
commit
5e8e6cdeda
@@ -303,8 +303,8 @@ def test_accept_agreement_page_populates(
|
|||||||
'on_behalf_of_email': '',
|
'on_behalf_of_email': '',
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
'Can’t be empty',
|
'Cannot be empty',
|
||||||
'Can’t be empty',
|
'Cannot be empty',
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
@@ -315,7 +315,7 @@ def test_accept_agreement_page_populates(
|
|||||||
'on_behalf_of_email': '',
|
'on_behalf_of_email': '',
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
'Can’t 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',
|
||||||
},
|
},
|
||||||
[
|
[
|
||||||
'Can’t be empty',
|
'Cannot be empty',
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user