Skip to content

Commit a0c86c5

Browse files
committed
fixup for windows
1 parent f5f71fa commit a0c86c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_store/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ async def test_make_store_path_fsspec(monkeypatch) -> None:
8080
"store_like",
8181
[
8282
None,
83-
str(tempfile.TemporaryDirectory()),
83+
tempfile.TemporaryDirectory().name,
8484
Path(tempfile.TemporaryDirectory().name),
8585
StorePath(store=MemoryStore(store_dict={}), path="/"),
8686
MemoryStore(store_dict={}),

0 commit comments

Comments
 (0)