Skip to content

Commit 990c7cd

Browse files
committed
Fix test
1 parent 4d51e1d commit 990c7cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/plugins/processing/tests/TestData.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@ def table():
3636

3737
def points():
3838
return os.path.join(testDataPath, 'points.gml')
39+
40+
41+
def invalid_geometries():
42+
return os.path.join(testDataPath, 'invalidgeometries.gml')

0 commit comments

Comments
 (0)