Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 5, 2018
1 parent 0a0f84a commit f301a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/providertestbase.py
Expand Up @@ -905,7 +905,7 @@ def testConcurrency(self):
# Run an expression that will also do a request and should use a spare
# connection. It just should not deadlock here.

feat = next(it)
feat = next(iterators[0])
context = QgsExpressionContext()
context.setFeature(feat)
exp = QgsExpression('get_feature(\'{layer}\', \'pk\', 5)'.format(layer=self.vl.id()))
Expand Down

0 comments on commit f301a89

Please sign in to comment.