summaryrefslogtreecommitdiff
path: root/tests/schema
diff options
context:
space:
mode:
Diffstat (limited to 'tests/schema')
-rw-r--r--tests/schema/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/schema/tests.py b/tests/schema/tests.py
index 4f62333dba..d21f608e02 100644
--- a/tests/schema/tests.py
+++ b/tests/schema/tests.py
@@ -416,7 +416,7 @@ class SchemaTests(TransactionTestCase):
field_type = columns['awesome'][0]
self.assertEqual(
field_type,
- connection.features.introspected_boolean_field_type(new_field, created_separately=True)
+ connection.features.introspected_boolean_field_type(new_field)
)
def test_add_field_default_transform(self):