Skip to content

Commit

Permalink
Added encoding type while calling write_text
Browse files Browse the repository at this point in the history
  • Loading branch information
nauman897 committed Sep 6, 2024
1 parent 03e5e41 commit a9f2e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/test_terminal.py
Original file line number Diff line number Diff line change
Expand Up @@ -3087,7 +3087,7 @@ def test_nodeid_handling_windows_paths(self, pytester: Pytester, tmp_path) -> No
def test_x(a):
assert False
"""
)
), encoding="utf-8"
)

result = pytester.runpytest("-v")
Expand Down

0 comments on commit a9f2e99

Please sign in to comment.