8000 Remove too strict type check from test. · imclab/msgpack-python@213f788 · GitHub
[go: up one dir, main page]

Skip to content

Commit 213f788

Browse files
committed
Remove too strict type check from test.
1 parent a5368f6 commit 213f788

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_pack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
def check(data, use_list=False):
1313
re = unpackb(packb(data), use_list=use_list)
1414
assert re == data
15-
assert type(re) == type(data)
1615

1716
def testPack():
1817
test_data = [

0 commit comments

Comments
 (0)
0