From a71a2ea756673cd3c7a2c5125fa7e7f334b05475 Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Mon, 3 Nov 2014 22:48:03 +0000 Subject: Fixed typos using https://github.com/vlajos/misspell_fixer --- tests/validation/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/validation') diff --git a/tests/validation/tests.py b/tests/validation/tests.py index e1cfd64937..2a7549a461 100644 --- a/tests/validation/tests.py +++ b/tests/validation/tests.py @@ -56,7 +56,7 @@ class BaseModelValidationTests(ValidationTestCase): mtv = ModelToValidate(number=10, name='Some Name', url='not a url') self.assertFieldFailsValidationWithMessage(mtv.full_clean, 'url', ['Enter a valid URL.']) - def test_text_greater_that_charfields_max_length_raises_erros(self): + def test_text_greater_that_charfields_max_length_raises_errors(self): mtv = ModelToValidate(number=10, name='Some Name' * 100) self.assertFailsValidation(mtv.full_clean, ['name']) -- cgit v1.3