Skip to content

Commit 1de934d

Browse files
committed
make content unicode
1 parent e2d622c commit 1de934d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_json_dumps_pretty():
6565

6666
def test_load_json(tmp_path, capsys):
6767
# test invalid json
68-
content = "I'm Jason Bourne"
68+
content = u"I'm Jason Bourne"
6969
fname = "invalid.json"
7070
json_file = tmp_path / fname
7171
json_file.write_text(content)

0 commit comments

Comments
 (0)