diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/introspection/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/introspection/tests.py b/tests/introspection/tests.py index a877f25e56..459a405932 100644 --- a/tests/introspection/tests.py +++ b/tests/introspection/tests.py @@ -132,7 +132,7 @@ class IntrospectionTests(TransactionTestCase): ) self.assertEqual( [ - r[3] + r[2] for r in desc if connection.introspection.get_field_type(r[1], r) == "CharField" ], |
