removed debug prints
This commit is contained in:
parent
f32004c3a4
commit
1d70fb628e
@ -13,7 +13,6 @@ def test_identity_packer(data, metadata):
|
||||
|
||||
def test_rest_packer(data, metadata):
|
||||
packer = RestPacker()
|
||||
print(metadata)
|
||||
assert list(packer(data, metadata)) == lstarlift(pack)(zip(data, metadata))
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user