fix py3 tests
This commit is contained in:
parent
266b80238d
commit
f2c87cff8a
|
@ -11,7 +11,7 @@ def test_bidi():
|
|||
|
||||
|
||||
def test_hexdump():
|
||||
assert list(utils.hexdump("one\0" * 10))
|
||||
assert list(utils.hexdump(b"one\0" * 10))
|
||||
|
||||
|
||||
def test_clean_bin():
|
||||
|
|
Loading…
Reference in New Issue