Skip to content

Commit

Permalink
Fix testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
magbak committed Sep 4, 2024
1 parent ffa3bee commit 53b4910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_chrontext/tests/test_python_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def test_pushdown_group_by_concat_agg_hybrid_query(engine):
df = sm.mappings.sort(by)
expected = pl.read_csv(TESTDATA_PATH / "expected_pushdown_group_by_concat_agg_hybrid.csv", try_parse_dates=True).sort(by)
assert_frame_equal(df, expected)
assert sm.pushdown_paths == [['ProjectInner', 'ExtendInner', 'GroupInner', 'ProjectInner', 'OrderByInner', 'FilterInner', 'ExtendInner']]
assert sm.pushdown_paths == [['ProjectInner', 'ExtendInner']]


@pytest.mark.order(8)
Expand Down

0 comments on commit 53b4910

Please sign in to comment.