From c068357153265bb68bebd79b5e895889fddc7193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Wed, 22 Feb 2017 11:46:49 +0100 Subject: [PATCH] cut and paste error --- tests/test_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_tools.py b/tests/test_tools.py index f667e17..5f47d38 100644 --- a/tests/test_tools.py +++ b/tests/test_tools.py @@ -31,7 +31,7 @@ import io from stegano import tools -class TestEXIFHeader(unittest.TestCase): +class TestTools(unittest.TestCase): def test_a2bits(self): bits = tools.a2bits("Hello World!")