We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66f45e7 commit c4f135bCopy full SHA for c4f135b
1 file changed
tests/collection/test_sample.py
@@ -129,6 +129,7 @@ def test_sample_inline_with_overrides():
129
130
assert collection.second is not None
131
assert collection.second.collect()["a"].to_list() == [0, 0, 1]
132
+ assert collection.second.collect()["b"].to_list() != [4, 4, 8]
133
assert collection.second.collect()["c"].to_list() == [3, 4, 6]
134
135
0 commit comments