Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 29, 2020
1 parent 030d41d commit fc3bb46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsfeaturepicker.py
Expand Up @@ -94,7 +94,7 @@ def testFetchLimit(self):
self.assertEqual(w.findChild(QComboBox).model().rowCount(), 20)

def testLineEdit(self):
layer = createLayer()
layer = createLayer(True)
w = QgsFeaturePickerWidget()
w.setAllowNull(False)
w.setFetchLimit(20)
Expand Down

0 comments on commit fc3bb46

Please sign in to comment.