Skip to content

Commit 7194b5a

Browse files
author
matthias_schaub
committed
Assert if WKT strings are not equal.
1 parent 1aa5624 commit 7194b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mapswipe_workers/tests/unittests/test_validate_geometries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_multiple_geom_validation(self):
5050
# results coming from the validate_geometries function
5151
wkt = project.validate_geometries()
5252
# Test that sequence first contains the same elements as second
53-
self.assertCountEqual(wkt, wkt_geometry_collection)
53+
self.assertEqual(wkt, wkt_geometry_collection)
5454

5555
def test_single_geom_validation(self):
5656
path = "fixtures/completeness/projectDraft_single.json"

0 commit comments

Comments
 (0)