Skip to content

Commit

Permalink
Update tests/system/test_read_gbq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe authored Aug 7, 2023
1 parent fe025f7 commit e48d3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/test_read_gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def test_default_dtypes(
result = read_gbq(
query,
use_bqstorage_api=use_bqstorage_api,
dtypes={"datetime_col": "datetime64[us, UTC]",
dtypes={"datetime_col": "datetime64[us]",
"timestamp_col": "datetime64[us, UTC]",
},
configuration={"query": {"useQueryCache": False}},
Expand Down

0 comments on commit e48d3c2

Please sign in to comment.