diff options
| author | Ivor Bosloper <ivorbosloper@gmail.com> | 2019-05-27 13:37:08 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-05-27 13:40:03 +0200 |
| commit | 5ec44973dc2add8ced1ba50659344b52cec845e5 (patch) | |
| tree | 17acf213a57a44bc6430178c1cd37429decf65ae | |
| parent | 8bdc7a6778ab3849c31ec77a997d07676f210419 (diff) | |
Fixed typo in RasterField test name.
| -rw-r--r-- | tests/gis_tests/rasterapp/test_rasterfield.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gis_tests/rasterapp/test_rasterfield.py b/tests/gis_tests/rasterapp/test_rasterfield.py index cf64e8a82c..63a6325135 100644 --- a/tests/gis_tests/rasterapp/test_rasterfield.py +++ b/tests/gis_tests/rasterapp/test_rasterfield.py @@ -204,7 +204,7 @@ class RasterFieldTest(TransactionTestCase): qs = RasterModel.objects.filter(Q(**combos[0]) & Q(**combos[1])) self.assertIn(qs.count(), [0, 1]) - def test_dwithin_gis_lookup_ouptut_with_rasters(self): + def test_dwithin_gis_lookup_output_with_rasters(self): """ Check the logical functionality of the dwithin lookup for different input parameters. |
