Skip to content

Commit d9b3554

Browse files
committed
test expand rows query on more platforms
1 parent f18757b commit d9b3554

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/test_expand_rows.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ def test_replicate_rows_query():
2727
'i': ['0', '0', '1', '0', '1', '2'],
2828
})
2929
assert data_algebra.test_util.equivalent_frames(res, expect)
30+
data_algebra.test_util.check_transform(
31+
ops=ops,
32+
data={'d': d, 'rt': rt},
33+
expect=expect,
34+
)

0 commit comments

Comments
 (0)