Merge pull request #2494 from alphagov/bump-reqs

bump reqs
This commit is contained in:
Leo Hemsted
2018-11-20 11:06:08 +00:00
committed by GitHub
7 changed files with 15 additions and 15 deletions

View File

@@ -1368,7 +1368,7 @@ def test_incorrect_letter_contact_block_input(
('11 chars', None),
('', 'Cant be empty'),
('abcdefghijkhgkg', 'Enter 11 characters or fewer'),
(' ¯\_(ツ)_/¯ ', 'Use letters and numbers only'),
(r' ¯\_(ツ)_/¯ ', 'Use letters and numbers only'),
('blood.co.uk', None),
('00123', "Can't start with 00")
])