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 e2d622c commit 1de934dCopy full SHA for 1de934d
heudiconv/tests/test_utils.py
@@ -65,7 +65,7 @@ def test_json_dumps_pretty():
65
66
def test_load_json(tmp_path, capsys):
67
# test invalid json
68
- content = "I'm Jason Bourne"
+ content = u"I'm Jason Bourne"
69
fname = "invalid.json"
70
json_file = tmp_path / fname
71
json_file.write_text(content)
0 commit comments