diff --git a/tests/test_bolt.py b/tests/test_bolt.py index 3183769..cb8e498 100644 --- a/tests/test_bolt.py +++ b/tests/test_bolt.py @@ -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") ]