diff options
Diffstat (limited to 'tests/model_fields/tests.py')
| -rw-r--r-- | tests/model_fields/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/model_fields/tests.py b/tests/model_fields/tests.py index d638acb488..42e784db54 100644 --- a/tests/model_fields/tests.py +++ b/tests/model_fields/tests.py @@ -15,7 +15,7 @@ class Nested: pass -class BasicFieldTests(TestCase): +class BasicFieldTests(SimpleTestCase): def test_show_hidden_initial(self): """ |
