Skip to content

Commit aa63411

Browse files
committed
fix system tests
1 parent 21dbc30 commit aa63411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_read_gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ def test_empty_dataframe(read_gbq, use_bqstorage_api):
640640
),
641641
"timestamp_col": pandas.Series(
642642
[],
643-
dtype="datetime64[us]",
643+
dtype="datetime64[ns]",
644644
).dt.tz_localize(datetime.timezone.utc),
645645
}
646646
)

0 commit comments

Comments
 (0)