Skip to content

Commit 27aa8cb

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 0792eec commit 27aa8cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_sign_typed_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def test_ethereum_sign_typed_data_hash(self):
3838
self.client.apply_policy("AdvancedMode", 1)
3939
fixture_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),
4040
'sign_typed_data.json')
41-
with open(fixture_path) as f:
41+
with open(fixture_path, encoding="utf-8") as f:
4242
txtests = json.load(f)
4343

4444
for test in txtests['tests']:

0 commit comments

Comments
 (0)