From 7bd963332017eace00be8caf7dc1b7b304da613a Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Fri, 23 Aug 2019 18:46:43 +1000 Subject: Fixed typos in test names and a comment. --- tests/schema/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/schema') 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. -- cgit v1.3