mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
cpp: fix map<K, V> converter
This commit is contained in:
parent
62231983d7
commit
b3846a411f
2 changed files with 6 additions and 5 deletions
|
|
@ -219,6 +219,7 @@ class MessagePackTestFormat < Test::Unit::TestCase
|
|||
|
||||
def match(obj, buf)
|
||||
assert_equal(obj.to_msgpack, buf)
|
||||
assert_equal(MessagePack::unpack(buf), obj)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue