Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 7, 2019
1 parent a121dcc commit c8a0051
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) self.assertEqual(invalid_layer.featureCount(), 1)
f = next(invalid_layer.getFeatures()) f = next(invalid_layer.getFeatures())
self.assertEqual(f.attributes(), [ 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 # GEOS method
parameters['METHOD'] = 2 parameters['METHOD'] = 2
Expand Down

0 comments on commit c8a0051

Please sign in to comment.