Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjust test
  • Loading branch information
m-kuhn committed Feb 20, 2019
1 parent 968e08c commit 9c06061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/tests/CheckValidityAlgorithm.py
Expand Up @@ -116,7 +116,7 @@ def test_check_validity(self):
self.assertEqual(invalid_layer.featureCount(), 1)
f = next(invalid_layer.getFeatures())
self.assertEqual(f.attributes(), [
1, 'segments 0 and 2 of line 0 intersect at 1, 1\nGeometry has 1 errors.'])
1, 'segments 0 and 2 of line 0 intersect at 1, 1'])

# GEOS method
parameters['METHOD'] = 2
Expand Down

0 comments on commit 9c06061

Please sign in to comment.