mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Adjust test
This commit is contained in:
parent
968e08c6c9
commit
9c0606148d
@ -116,7 +116,7 @@ class TestQgsProcessingCheckValidity(unittest.TestCase):
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user