Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 17, 2018
1 parent 453c56e commit 5ee54e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsgeometry.py
Expand Up @@ -468,7 +468,7 @@ def testClipping(self):
myFeatures.append(myNewFeature)

myNewMemoryLayer = QgsVectorLayer(
('LineString?crs=epsg:4326&field=name:string(20)&index=yes'),
('Polygon?crs=epsg:4326&field=name:string(20)&index=yes'),
'clip-out',
'memory')
myNewProvider = myNewMemoryLayer.dataProvider()
Expand Down

0 comments on commit 5ee54e0

Please sign in to comment.