diff --git a/django/contrib/gis/tests/geoapp/tests.py b/django/contrib/gis/tests/geoapp/tests.py index a2b81c64a2..a1f251ddda 100644 --- a/django/contrib/gis/tests/geoapp/tests.py +++ b/django/contrib/gis/tests/geoapp/tests.py @@ -699,7 +699,7 @@ class GeoModelTest(TestCase): self.assertEqual(tuple(coords), t.reverse_geom.coords) if oracle: self.assertRaises(TypeError, State.objects.reverse_geom) - + @no_mysql @no_oracle @no_spatialite @@ -718,7 +718,7 @@ class GeoModelTest(TestCase): @no_mysql @no_oracle @no_spatialite - def test29_force_rhr(self): + def test30_geohash(self): "Testing GeoQuerySet.geohash()." if not connection.ops.geohash: return # Reference query: