diff options
| author | Naoki INADA <omoikane@sourceforge.jp> | 2009-12-17 17:58:41 +0900 |
|---|---|---|
| committer | Naoki INADA <omoikane@sourceforge.jp> | 2009-12-17 17:58:41 +0900 |
| commit | 63b9a876b0b402709b7b8773b08a58f8fd0bc8b2 (patch) | |
| tree | 85522340304e282006f7019f8df36e92a1bde503 /python/test/test_pack.py | |
| parent | 5cf85a82d3a39dd9135de473d0fa4ed21aea8270 (diff) | |
| download | msgpack-python-63b9a876b0b402709b7b8773b08a58f8fd0bc8b2.tar.gz | |
Fix tests.
Diffstat (limited to 'python/test/test_pack.py')
| -rw-r--r-- | python/test/test_pack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test/test_pack.py b/python/test/test_pack.py index 86badb5..5dec068 100644 --- a/python/test/test_pack.py +++ b/python/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), ] |
