summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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 052f72a3bf..e200f34164 100644
--- a/tests/schema/tests.py
+++ b/tests/schema/tests.py
@@ -1569,7 +1569,7 @@ class SchemaTests(TransactionTestCase):
editor.create_model(Thing)
except OperationalError as e:
self.fail("Errors when applying initial migration for a model "
- "with a table named after a SQL reserved word: %s" % e)
+ "with a table named after an SQL reserved word: %s" % e)
# Check that it's there
list(Thing.objects.all())
# Clean up that table