Skip to content

Commit df608d0

Browse files
AA-Turnerhugovk
andauthored
and again
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 06b3be7 commit df608d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def test_tweak_readme(
111111

112112
# Assert
113113
original_lines = original_contents.split("\n")
114-
new_contents = readme_file.read_text(encoding="utf-8")
114+
new_contents = readme_file.read_text()
115115
new_lines = new_contents.split("\n")
116116
assert new_lines[0] == expected_version
117117
assert new_lines[1] == expected_underline

0 commit comments

Comments
 (0)