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!")