Skip to content

Commit

Permalink
test: §§§ leads to bad encoding detection on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Dec 6, 2023
1 parent 074ca83 commit 555ea82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bolt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
BOLT_EXAMPLES = [
Function(source)
for source in Path("tests/resources/bolt_examples.mcfunction")
.read_text()
.read_text("utf-8")
.split("###\n")
]

Expand Down

0 comments on commit 555ea82

Please sign in to comment.