Skip to content

Commit 9c06061

Browse files
committed
Adjust test
1 parent 968e08c commit 9c06061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/processing/tests/CheckValidityAlgorithm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_check_validity(self):
116116
self.assertEqual(invalid_layer.featureCount(), 1)
117117
f = next(invalid_layer.getFeatures())
118118
self.assertEqual(f.attributes(), [
119-
1, 'segments 0 and 2 of line 0 intersect at 1, 1\nGeometry has 1 errors.'])
119+
1, 'segments 0 and 2 of line 0 intersect at 1, 1'])
120120

121121
# GEOS method
122122
parameters['METHOD'] = 2

0 commit comments

Comments
 (0)