Skip to content

Commit

Permalink
[processing] fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 14, 2016
1 parent 9ad365e commit 9afd6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/tests/ParametersTest.py
Expand Up @@ -617,7 +617,7 @@ def testOptional(self):

def testScriptCode(self):
parent_name = 'test_parent_layer'
test_data = points2()
test_data = points()
test_layer = QgsVectorLayer(test_data, parent_name, 'ogr')
parameter = ParameterTableField(
'myName', 'myDesc', parent_name)
Expand Down

0 comments on commit 9afd6b0

Please sign in to comment.