Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
m-kuhn committed Jul 2, 2018
1 parent 7d38ba0 commit 8df9438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/python/test_qgsexpression.py
Expand Up @@ -167,7 +167,7 @@ def testReferencedColumnsSet(self):
self.assertEqual(set(exp.referencedColumns()), set(['a', 'b']))

def testHandlesNull(self):
QgsExpression.registerFunction(self.handles_null)
QgsExpression.registerFunction(self.null_mean)
exp = QgsExpression('null_mean(1, 2, NULL, 3)')
self.assertEqual(set(exp.evaluate()), 2)

Expand Down

0 comments on commit 8df9438

Please sign in to comment.