Skip to content

Commit 6205f68

Browse files
committed
Adjust test
1 parent 413563e commit 6205f68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/tests/io/pytables/test_store.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -971,8 +971,8 @@ def test_pickle_path_localpath():
971971
def test_path_localpath_hdfstore():
972972
df = DataFrame(
973973
1.1 * np.arange(120).reshape((30, 4)),
974-
columns=Index(list("ABCD"), dtype=object),
975-
index=Index([f"i-{i}" for i in range(30)], dtype=object),
974+
columns=Index(list("ABCD")),
975+
index=Index([f"i-{i}" for i in range(30)]),
976976
)
977977

978978
def writer(path):

0 commit comments

Comments
 (0)