From f66c031fa9bcd6fc05bc2be225f83ba25ef135fd Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 15 Oct 2023 22:39:10 +0800 Subject: [PATCH] Update 80_json.py --- tests/80_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/80_json.py b/tests/80_json.py index ff1cf1a8..8ee80b3e 100644 --- a/tests/80_json.py +++ b/tests/80_json.py @@ -7,7 +7,7 @@ a = { 'a': 100, 'b': 2.5, 'c': None, - 'd': [1425245, 278587578142, 397675452452452], + 'd': [142, 2785, 39767], }, "f": 'This is a string', 'g': [True, False, None],