Skip to content

Commit

Permalink
Update tests/system/test_query.py
Browse files Browse the repository at this point in the history
testing something.
  • Loading branch information
chalmerlowe authored Oct 24, 2023
1 parent a3b84b4 commit b619e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/test_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def test_query_w_timeout(bigquery_client, query_api_method):

def test_job_timeout_ms():
# Confirm that default status is None.
job_config = bigquery.QueryJobConfig()
job_config = bigquery._JobConfig()
assert job_config.job_timeout_ms is None

# Confirm that integers get converted to strings.
Expand Down

0 comments on commit b619e5b

Please sign in to comment.