Skip to content

Commit 01c5281

Browse files
Fixed
1 parent b5833f0 commit 01c5281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def test_encoding_errors(encoding_errors, format, temp_file):
583583
+ b'"}}'
584584
)
585585
reader = partial(pd.read_json, orient="index")
586-
file = Path(temp_file)
586+
file = temp_file
587587
file.write_bytes(content)
588588

589589
if encoding_errors != "replace":

0 commit comments

Comments
 (0)