Skip to content

Commit b8ee8f1

Browse files
committed
update test comment
1 parent bcf6572 commit b8ee8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/pytables/test_read.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def test_read_infer_string(tmp_path, setup_path):
320320

321321

322322
def test_hdfstore_read_datetime64_unit_s(tmp_path, setup_path):
323-
# Fix issue 59004: HDFStore doesn't save datetime64[s] right
323+
# GH 59004
324324
df_s = DataFrame(["2001-01-01", "2002-02-02"], dtype="datetime64[s]")
325325
path = tmp_path / setup_path
326326
with HDFStore(path, mode="w") as store:

0 commit comments

Comments
 (0)