cut and paste error

This commit is contained in:
Cédric Bonhomme 2017-02-22 11:46:49 +01:00
parent b71c866cf2
commit c068357153
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -31,7 +31,7 @@ import io
from stegano import tools from stegano import tools
class TestEXIFHeader(unittest.TestCase): class TestTools(unittest.TestCase):
def test_a2bits(self): def test_a2bits(self):
bits = tools.a2bits("Hello World!") bits = tools.a2bits("Hello World!")