Skip to content

Commit 853f475

Browse files
committed
update 3.9 issue test
1 parent 7a3b66a commit 853f475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def test_loader_parser():
752752
}
753753

754754
# json
755-
result = uni.loader.parse(JSON, 'json', '{"encoding": null}')
755+
result = uni.loader.parse(JSON, 'json', '{"parse_int": null}')
756756
# print(result)
757757
assert result['age'] == 26
758758
# base64 lib

0 commit comments

Comments
 (0)