Skip to content

Commit affa6f0

Browse files
committed
update gcs test
1 parent 4210a9e commit affa6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_gcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def test_to_read_gcs(gcs_buffer, format, monkeypatch, capsys, request):
6767
"int": [1, 3],
6868
"float": [2.0, np.nan],
6969
"str": ["t", "s"],
70-
"dt": date_range("2018-06-18", periods=2),
70+
"dt": date_range("2018-06-18", periods=2, unit="ns"),
7171
}
7272
)
7373

0 commit comments

Comments
 (0)