We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff0feaa commit f65243dCopy full SHA for f65243d
tests/test_relational_operand.py
@@ -514,3 +514,4 @@ def test_union_multiple():
514
x = set(zip(*q1.fetch('i', 'j')))
515
y = set(zip(*q2.fetch('i', 'j')))
516
assert_set_equal(x, y)
517
+ assert q1.fetch() == q2.fetch()
0 commit comments