Skip to content

Commit 0864e14

Browse files
dwyattelhoestq
andauthored
Update tests/test_file_utils.py
Co-authored-by: Quentin Lhoest <[email protected]>
1 parent a1fe9de commit 0864e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_file_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
@pytest.fixture(scope="session")
3030
def zstd_path(tmp_path_factory):
31-
path = tmp_path_factory.mktemp("data") / FILE_PATH
31+
path = tmp_path_factory.mktemp("data") / (FILE_PATH + ".zstd")
3232
data = bytes(FILE_CONTENT, "utf-8")
3333
with zstd.open(path, "wb") as f:
3434
f.write(data)

0 commit comments

Comments
 (0)