Skip to content

Commit 362224b

Browse files
author
aokizy
committed
TST: Replace ensure_clean with temp_file in test_store.py
1 parent 9e6168a commit 362224b

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
@@ -48,8 +48,8 @@ def test_context(tmp_path):
4848
raise ValueError("blah")
4949
except ValueError:
5050
pass
51-
52-
path2 = tmp_path / "test2.h5"
51+
52+
path2 = tmp_path / "test2.h5"
5353
with HDFStore(path2) as tbl:
5454
tbl["a"] = DataFrame(
5555
1.1 * np.arange(120).reshape((30, 4)),

0 commit comments

Comments
 (0)