Browse Source

Update 80_json.py

blueloveTH 2 years ago
parent
commit
f66c031fa9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/80_json.py

+ 1 - 1
tests/80_json.py

@@ -7,7 +7,7 @@ a = {
         'a': 100,
         'a': 100,
         'b': 2.5,
         'b': 2.5,
         'c': None,
         'c': None,
-        'd': [1425245, 278587578142, 397675452452452],
+        'd': [142, 2785, 39767],
     },
     },
     "f": 'This is a string',
     "f": 'This is a string',
     'g': [True, False, None],
     'g': [True, False, None],