Skip to content

Commit 79663fb

Browse files
committed
rename pickle file
1 parent 9797fbc commit 79663fb

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pandas/tests/io/test_common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def test_read_expands_user_home_dir(
222222
(pd.read_sas, "os", ("io", "sas", "data", "test1.sas7bdat")),
223223
(pd.read_json, "os", ("io", "json", "data", "tsframe_v012.json")),
224224
(pd.read_msgpack, "os", ("io", "msgpack", "data", "frame.mp")),
225-
(pd.read_pickle, "os", ("io", "data", "categorical.pickle")),
225+
(pd.read_pickle, "os", ("io", "data", "categorical.0.25.0.pickle")),
226226
],
227227
)
228228
def test_read_fspath_all(self, reader, module, path, datapath):

0 commit comments

Comments
 (0)