summaryrefslogtreecommitdiff
path: root/tests/forms_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/forms_tests')
-rw-r--r--tests/forms_tests/tests/test_utils.py (renamed from tests/forms_tests/tests/test_util.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/forms_tests/tests/test_util.py b/tests/forms_tests/tests/test_utils.py
index c37affeb31..6e40e7565c 100644
--- a/tests/forms_tests/tests/test_util.py
+++ b/tests/forms_tests/tests/test_utils.py
@@ -12,7 +12,7 @@ from django.utils.translation import ugettext_lazy
from django.utils.encoding import python_2_unicode_compatible
-class FormsUtilTestCase(TestCase):
+class FormsUtilsTestCase(TestCase):
# Tests for forms/utils.py module.
def test_flatatt(self):