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 7276912c71..8421fac09e 100644
--- a/tests/schema/tests.py
+++ b/tests/schema/tests.py
@@ -2574,7 +2574,7 @@ class SchemaTests(TransactionTestCase):
self.assertIsNone(field.default)
@unittest.skipIf(connection.vendor == 'sqlite', 'SQLite naively remakes the table on field alteration.')
- def test_alter_field_default_doesnt_perfom_queries(self):
+ def test_alter_field_default_doesnt_perform_queries(self):
"""
No queries are performed if a field default changes and the field's
not changing from null to non-null.