diff options
| author | Min ho Kim <minho42@gmail.com> | 2019-08-23 18:46:43 +1000 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2019-08-23 10:46:43 +0200 |
| commit | 7bd963332017eace00be8caf7dc1b7b304da613a (patch) | |
| tree | c6e31c2ef6af2b1868fdaa3004e4f0388514bc49 /tests/schema | |
| parent | 521308e575e4510ef4256f2ba2943a5e570c9328 (diff) | |
Fixed typos in test names and a comment.
Diffstat (limited to 'tests/schema')
| -rw-r--r-- | tests/schema/tests.py | 2 |
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. |
