From 266b80238db34cfa91f9018c951394492bbde593 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 17 Sep 2015 17:29:55 +0200 Subject: fix tests --- test/test_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_utils.py') diff --git a/test/test_utils.py b/test/test_utils.py index ff27486c..fb7d357a 100644 --- a/test/test_utils.py +++ b/test/test_utils.py @@ -11,7 +11,7 @@ def test_bidi(): def test_hexdump(): - assert utils.hexdump("one\0" * 10) + assert list(utils.hexdump("one\0" * 10)) def test_clean_bin(): -- cgit v1.2.3