Skip to content

Commit 86102e5

Browse files
committed
chore: fix tests to include dataframe
1 parent d41c3e0 commit 86102e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/engine_adapter/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def ctx_df(
148148
yield from create_test_context(*request.param)
149149

150150

151-
@pytest.fixture(params=list(generate_pytest_params(ENGINES, query=True, df=False)))
151+
@pytest.fixture(params=list(generate_pytest_params(ENGINES, query=True, df=True)))
152152
def ctx_query_and_df(
153153
request: FixtureRequest,
154154
create_test_context: t.Callable[[IntegrationTestEngine, str], t.Iterable[TestContext]],

0 commit comments

Comments
 (0)