Skip to content

Commit d12e08e

Browse files
committed
fix PyQgsBlendModes test (followup da1ebc2)
1 parent 295854a commit d12e08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/python/test_qgsblendmodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def __init__(self, methodName):
6565
self.mMapRegistry.addMapLayer(self.mPointLayer)
6666

6767
self.mSimplifyMethod = QgsVectorSimplifyMethod() ;
68-
self.mSimplifyMethod.setSimplifyHints(QgsVectorLayer.NoSimplification);
68+
self.mSimplifyMethod.setSimplifyHints(QgsVectorSimplifyMethod.NoSimplification);
6969

7070
# create polygon layer
7171
myShpFile = os.path.join(TEST_DATA_DIR, 'polys.shp')

0 commit comments

Comments
 (0)