bump reqs

This commit is contained in:
Leo Hemsted
2018-11-13 10:49:35 +00:00
parent 7f171ba4ea
commit 3551d36f32
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")
])