We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aa5624 commit 7194b5aCopy full SHA for 7194b5a
mapswipe_workers/tests/unittests/test_validate_geometries.py
@@ -50,7 +50,7 @@ def test_multiple_geom_validation(self):
50
# results coming from the validate_geometries function
51
wkt = project.validate_geometries()
52
# Test that sequence first contains the same elements as second
53
- self.assertCountEqual(wkt, wkt_geometry_collection)
+ self.assertEqual(wkt, wkt_geometry_collection)
54
55
def test_single_geom_validation(self):
56
path = "fixtures/completeness/projectDraft_single.json"
0 commit comments