We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4210a9e commit affa6f0Copy full SHA for affa6f0
pandas/tests/io/test_gcs.py
@@ -67,7 +67,7 @@ def test_to_read_gcs(gcs_buffer, format, monkeypatch, capsys, request):
67
"int": [1, 3],
68
"float": [2.0, np.nan],
69
"str": ["t", "s"],
70
- "dt": date_range("2018-06-18", periods=2),
+ "dt": date_range("2018-06-18", periods=2, unit="ns"),
71
}
72
)
73
0 commit comments