We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad365e commit 9afd6b0Copy full SHA for 9afd6b0
python/plugins/processing/tests/ParametersTest.py
@@ -617,7 +617,7 @@ def testOptional(self):
617
618
def testScriptCode(self):
619
parent_name = 'test_parent_layer'
620
- test_data = points2()
+ test_data = points()
621
test_layer = QgsVectorLayer(test_data, parent_name, 'ogr')
622
parameter = ParameterTableField(
623
'myName', 'myDesc', parent_name)
0 commit comments