Skip to content

Commit c8a0051

Browse files
committedMar 7, 2019
Update test
1 parent a121dcc commit c8a0051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/tests/CheckValidityAlgorithm.py

Lines changed: 1 addition & 1 deletion
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)