diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-31 11:25:11 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-31 11:26:27 -0500 |
| commit | 8a9b0c15a6c0ef60dea3ba3042317520bc201206 (patch) | |
| tree | a018a2b6016fe1cae7d8e4facb66b5e7ac5800bc /tests/forms_tests | |
| parent | 837fc2d8cdfefce375697d95e241836c7be12696 (diff) | |
Renamed tests for util -> utils moves; refs #17627.
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): |
