Skip to content

Commit c6d0c09

Browse files
committed
Fix testfixture yield
1 parent 2888470 commit c6d0c09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/fast/test_expression.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ def filter_rel():
3636
) tbl(a, b)
3737
"""
3838
)
39-
return rel
39+
yield rel
40+
con.close()
4041

4142

4243
class TestExpression:

0 commit comments

Comments
 (0)