mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-07 21:11:00 +00:00
Remove too strict type check from test.
This commit is contained in:
parent
a5368f62e2
commit
213f7888c3
1 changed files with 0 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ from io import BytesIO
|
||||||
def check(data, use_list=False):
|
def check(data, use_list=False):
|
||||||
re = unpackb(packb(data), use_list=use_list)
|
re = unpackb(packb(data), use_list=use_list)
|
||||||
assert re == data
|
assert re == data
|
||||||
assert type(re) == type(data)
|
|
||||||
|
|
||||||
def testPack():
|
def testPack():
|
||||||
test_data = [
|
test_data = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue