summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/gis_tests/gis_migrations/test_commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gis_tests/gis_migrations/test_commands.py b/tests/gis_tests/gis_migrations/test_commands.py
index 318cd12278..89a14092c5 100644
--- a/tests/gis_tests/gis_migrations/test_commands.py
+++ b/tests/gis_tests/gis_migrations/test_commands.py
@@ -5,7 +5,7 @@ from django.test import TransactionTestCase
class MigrateTests(TransactionTestCase):
"""
- Tests running the migrate command in Geodjango.
+ Tests running the migrate command in GeoDjango.
"""
available_apps = ["gis_tests.gis_migrations"]
@@ -24,7 +24,7 @@ class MigrateTests(TransactionTestCase):
def test_migrate_gis(self):
"""
- Tests basic usage of the migrate command when a model uses Geodjango
+ Tests basic usage of the migrate command when a model uses GeoDjango
fields (#22001).
It's also used to showcase an error in migrations where spatialite is