diff options
Diffstat (limited to 'tests/generic_inline_admin')
| -rw-r--r-- | tests/generic_inline_admin/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic_inline_admin/tests.py b/tests/generic_inline_admin/tests.py index 8279e32405..36f1822805 100644 --- a/tests/generic_inline_admin/tests.py +++ b/tests/generic_inline_admin/tests.py @@ -136,7 +136,7 @@ class GenericInlineAdminParametersTest(TestDataMixin, TestCase): self.assertEqual(formset.total_form_count(), 1) self.assertEqual(formset.initial_form_count(), 1) - def testMaxNumParam(self): + def test_max_num_param(self): """ With extra=5 and max_num=2, there should be only 2 forms. """ |
