mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
Fix tests.
This commit is contained in:
parent
5cf85a82d3
commit
63b9a876b0
3 changed files with 17 additions and 15 deletions
|
|
@ -17,7 +17,7 @@ def testPack():
|
|||
1.0,
|
||||
"", "a", "a"*31, "a"*32,
|
||||
None, True, False,
|
||||
[], [[]], [[], None],
|
||||
(), ((),), ((), None,),
|
||||
{None: 0},
|
||||
(1<<23),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue