summaryrefslogtreecommitdiff
path: root/test/test_pack.py
diff options
context:
space:
mode:
authorNaoki INADA <omoikane@sourceforge.jp>2009-12-17 17:58:41 +0900
committerNaoki INADA <omoikane@sourceforge.jp>2009-12-17 17:58:41 +0900
commit472f5be977e913632cc1d15e663a34b62dfbab5c (patch)
treed388e0148a810e0f9cda6ef9db00985d6f572e9d /test/test_pack.py
parent8194212d5845d648cc35b677c71db61ceb2d11d3 (diff)
downloadmsgpack-python-472f5be977e913632cc1d15e663a34b62dfbab5c.tar.gz
Fix tests.
Diffstat (limited to 'test/test_pack.py')
-rw-r--r--test/test_pack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pack.py b/test/test_pack.py
index 86badb5..5dec068 100644
--- a/test/test_pack.py
+++ b/test/test_pack.py
@@ -17,7 +17,7 @@ def testPack():
1.0,
"", "a", "a"*31, "a"*32,
None, True, False,
- [], [[]], [[], None],
+ (), ((),), ((), None,),
{None: 0},
(1<<23),
]