Replace can't with cannot

This commit is contained in:
karlchillmaid
2019-09-13 10:15:05 +01:00
committed by Chris Hill-Scott
parent 42663947fa
commit 4728d810f1

View File

@@ -274,7 +274,7 @@ def test_should_return_form_errors_when_service_name_is_empty(
data={}, data={},
_expected_status=200, _expected_status=200,
) )
assert 'Cant be empty' in page.text assert 'Cannot be empty' in page.text
def test_should_return_form_errors_with_duplicate_service_name_regardless_of_case( def test_should_return_form_errors_with_duplicate_service_name_regardless_of_case(