Skip to content

Commit

Permalink
Add additional missing encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed May 16, 2024
1 parent 7cde255 commit d750b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/commands/self/test_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_self_install(
assert isinstance(command, SelfInstallCommand)
pyproject_path = command.system_pyproject
if pyproject_content:
pyproject_path.write_text(pyproject_content)
pyproject_path.write_text(pyproject_content, encoding="utf-8")
else:
assert not pyproject_path.exists()

Expand Down

0 comments on commit d750b6a

Please sign in to comment.