mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
cut and paste error
This commit is contained in:
parent
b71c866cf2
commit
c068357153
1 changed files with 1 additions and 1 deletions
|
@ -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!")
|
||||||
|
|
Loading…
Add table
Reference in a new issue