We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06b3be7 commit df608d0Copy full SHA for df608d0
tests/test_release.py
@@ -111,7 +111,7 @@ def test_tweak_readme(
111
112
# Assert
113
original_lines = original_contents.split("\n")
114
- new_contents = readme_file.read_text(encoding="utf-8")
+ new_contents = readme_file.read_text()
115
new_lines = new_contents.split("\n")
116
assert new_lines[0] == expected_version
117
assert new_lines[1] == expected_underline
0 commit comments