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:33:27 -0500 |
| commit | 4abfa73c1861c53d43f0448726346866b04b9b72 (patch) | |
| tree | da210b59237361bc89bb323fbcd2a51185251a39 /tests/forms_tests | |
| parent | c0bed63889b86f821f76133251566eafb70065f1 (diff) | |
[1.7.x] Renamed tests for util -> utils moves; refs #17627.
Backport of 8a9b0c15a6c0ef60dea3ba3042317520bc201206 from master
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 c2dbc5ba8a..f909bb9893 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): |
