Skip to content

Commit 5ee54e0

Browse files
committedFeb 17, 2018
Fix test
1 parent 453c56e commit 5ee54e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsgeometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def testClipping(self):
468468
myFeatures.append(myNewFeature)
469469

470470
myNewMemoryLayer = QgsVectorLayer(
471-
('LineString?crs=epsg:4326&field=name:string(20)&index=yes'),
471+
('Polygon?crs=epsg:4326&field=name:string(20)&index=yes'),
472472
'clip-out',
473473
'memory')
474474
myNewProvider = myNewMemoryLayer.dataProvider()

0 commit comments

Comments
 (0)
Please sign in to comment.