Skip to content

Commit 10a8302

Browse files
committed
fix unit test
1 parent d01cdcb commit 10a8302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/session/test_read_gbq_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_read_gbq_query_sets_destination_table():
2525
# Use partial ordering mode to skip column uniqueness checks.
2626
session = mocks.create_bigquery_session(ordering_mode="partial")
2727

28-
_ = session.read_gbq_query("SELECT 'my-test-query';")
28+
_ = session.read_gbq_query("SELECT 'my-test-query';", allow_large_results=True)
2929
queries = session._queries # type: ignore
3030
configs = session._job_configs # type: ignore
3131

0 commit comments

Comments
 (0)