Skip to content

Commit f65243d

Browse files
committed
Update test.
1 parent ff0feaa commit f65243d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_relational_operand.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,3 +514,4 @@ def test_union_multiple():
514514
x = set(zip(*q1.fetch('i', 'j')))
515515
y = set(zip(*q2.fetch('i', 'j')))
516516
assert_set_equal(x, y)
517+
assert q1.fetch() == q2.fetch()

0 commit comments

Comments
 (0)