Skip to content

Commit 97ad769

Browse files
committed
fix ci failure
Signed-off-by: guangli.bao <[email protected]>
1 parent 2fbfbac commit 97ad769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/data/deserializers/test_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def create_csv_file(path: Path):
169169
writer = csv.writer(output)
170170
writer.writerow(["text"])
171171
writer.writerow(["hello world"])
172-
with Path.open("w") as f:
172+
with path.open("w") as f:
173173
f.write(output.getvalue())
174174

175175

0 commit comments

Comments
 (0)