diff options
Diffstat (limited to 'tests/gis_tests/geoapp/test_functions.py')
-rw-r--r-- | tests/gis_tests/geoapp/test_functions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/geoapp/test_functions.py b/tests/gis_tests/geoapp/test_functions.py index 50649e2f52..aeb1007c56 100644 --- a/tests/gis_tests/geoapp/test_functions.py +++ b/tests/gis_tests/geoapp/test_functions.py @@ -89,7 +89,7 @@ class GISFunctionsTests(TestCase): chicago_json, City.objects.annotate( geojson=functions.AsGeoJSON('point', bbox=True, crs=True, precision=5) - ).get(name='Chicago').geojson + ).get(name='Chicago').geojson ) @skipUnlessDBFeature("has_AsGML_function") |