Skip to content

Commit 9afd6b0

Browse files
committedNov 14, 2016
[processing] fix test
1 parent 9ad365e commit 9afd6b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/tests/ParametersTest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ def testOptional(self):
617617

618618
def testScriptCode(self):
619619
parent_name = 'test_parent_layer'
620-
test_data = points2()
620+
test_data = points()
621621
test_layer = QgsVectorLayer(test_data, parent_name, 'ogr')
622622
parameter = ParameterTableField(
623623
'myName', 'myDesc', parent_name)

0 commit comments

Comments
 (0)
Please sign in to comment.