Skip to content

Commit f301a89

Browse files
committedAug 5, 2018
Fix test
1 parent 0a0f84a commit f301a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/src/python/providertestbase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -905,7 +905,7 @@ def testConcurrency(self):
905905
# Run an expression that will also do a request and should use a spare
906906
# connection. It just should not deadlock here.
907907

908-
feat = next(it)
908+
feat = next(iterators[0])
909909
context = QgsExpressionContext()
910910
context.setFeature(feat)
911911
exp = QgsExpression('get_feature(\'{layer}\', \'pk\', 5)'.format(layer=self.vl.id()))

0 commit comments

Comments
 (0)
Please sign in to comment.