From 1e03a2668b318f6b250869a22ccb6defe309d158 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 13 Sep 2019 10:16:16 +0100 Subject: [PATCH] Replace can't with cannot --- tests/app/main/views/organisations/test_organisation_invites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/organisations/test_organisation_invites.py b/tests/app/main/views/organisations/test_organisation_invites.py index dd88e1aea..aa88b27e6 100644 --- a/tests/app/main/views/organisations/test_organisation_invites.py +++ b/tests/app/main/views/organisations/test_organisation_invites.py @@ -80,7 +80,7 @@ def test_invite_org_user_errors_when_same_email_as_inviter( ) assert mock_invite_org_user.called is False - assert normalize_spaces(page.select_one('.error-message').text) == 'You can’t send an invitation to yourself' + assert normalize_spaces(page.select_one('.error-message').text) == 'You cannot send an invitation to yourself' def test_accepted_invite_when_other_user_already_logged_in(