From 4728d810f1e240dd8d3545b70091de90c5b367d5 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 10:15:05 +0100 Subject: [PATCH] Replace can't with cannot --- tests/app/main/views/test_add_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_add_service.py b/tests/app/main/views/test_add_service.py index 2939e0dfb..a5d68fcb1 100644 --- a/tests/app/main/views/test_add_service.py +++ b/tests/app/main/views/test_add_service.py @@ -274,7 +274,7 @@ def test_should_return_form_errors_when_service_name_is_empty( data={}, _expected_status=200, ) - assert 'Can’t 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(