Skip to content

Commit fc3bb46

Browse files
committedApr 29, 2020
fix test
1 parent 030d41d commit fc3bb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/test_qgsfeaturepicker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def testFetchLimit(self):
9494
self.assertEqual(w.findChild(QComboBox).model().rowCount(), 20)
9595

9696
def testLineEdit(self):
97-
layer = createLayer()
97+
layer = createLayer(True)
9898
w = QgsFeaturePickerWidget()
9999
w.setAllowNull(False)
100100
w.setFetchLimit(20)

0 commit comments

Comments
 (0)
Please sign in to comment.