Skip to content

Commit

Permalink
Update tests/system/test_gbq.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chalmerlowe authored Aug 7, 2023
1 parent e48d3c2 commit b60ce30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/test_gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@ def test_upload_data_with_timestamp(self, project_id):
result_df = gbq.read_gbq(
"SELECT * FROM {0}".format(self.destination_table + test_id),
project_id=project_id,
dtypes={"times": "datetime64[us, UTC]"},
dtypes={"times": "datetime64[us]"},
credentials=self.credentials,
dialect="legacy",
)
Expand Down

0 comments on commit b60ce30

Please sign in to comment.