Skip to content

Commit c4f135b

Browse files
committed
Add test
1 parent 66f45e7 commit c4f135b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/collection/test_sample.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def test_sample_inline_with_overrides():
129129

130130
assert collection.second is not None
131131
assert collection.second.collect()["a"].to_list() == [0, 0, 1]
132+
assert collection.second.collect()["b"].to_list() != [4, 4, 8]
132133
assert collection.second.collect()["c"].to_list() == [3, 4, 6]
133134

134135

0 commit comments

Comments
 (0)