mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Fixed typos in tolerance gis_tests.
This commit is contained in:
@@ -436,7 +436,7 @@ class DistanceFunctionsTests(FuncTestMixin, TestCase):
|
||||
|
||||
@unittest.skipUnless(
|
||||
connection.vendor == 'oracle',
|
||||
'Oracle supports tolerance paremeter.',
|
||||
'Oracle supports tolerance parameter.',
|
||||
)
|
||||
def test_distance_function_tolerance_escaping(self):
|
||||
qs = Interstate.objects.annotate(
|
||||
@@ -452,7 +452,7 @@ class DistanceFunctionsTests(FuncTestMixin, TestCase):
|
||||
|
||||
@unittest.skipUnless(
|
||||
connection.vendor == 'oracle',
|
||||
'Oracle supports tolerance paremeter.',
|
||||
'Oracle supports tolerance parameter.',
|
||||
)
|
||||
def test_distance_function_tolerance(self):
|
||||
# Tolerance is greater than distance.
|
||||
|
||||
Reference in New Issue
Block a user