======================================================================
FAIL: test_field_string_value (gis_tests.test_geoforms.GeometryFieldTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.5/unittest/case.py", line 59, in testPartExecutor
yield
File "/usr/lib/python3.5/unittest/case.py", line 601, in run
testMethod()
File "/home/sergey/dev/django/tests/gis_tests/test_geoforms.py", line 119, in test_field_string_value
self.assertEqual(pt1_json, {'coordinates': [812632.2827908975, 5465442.183322753], 'type': 'Point'})
File "/usr/lib/python3.5/unittest/case.py", line 821, in assertEqual
assertion_func(first, second, msg=msg)
File "/usr/lib/python3.5/unittest/case.py", line 1112, in assertDictEqual
self.fail(self._formatMessage(msg, standardMsg))
File "/usr/lib/python3.5/unittest/case.py", line 666, in fail
raise self.failureException(msg)
AssertionError: {'type': 'Point', 'coordinates': [812632.2827908972, 5465442.183322753]} != {'coordinates': [812632.2827908975, 5465442.183322753], 'type': 'Point'}
- {'coordinates': [812632.2827908972, 5465442.183322753], 'type': 'Point'}
? ^
+ {'coordinates': [812632.2827908975, 5465442.183322753], 'type': 'Point'}
?
PR