mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Typo.
This commit is contained in:
parent
36476283a4
commit
f8f0ba22aa
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ class TestEXIFHeader(unittest.TestCase):
|
||||||
outputBytes,
|
outputBytes,
|
||||||
secret_message=message)
|
secret_message=message)
|
||||||
|
|
||||||
clean_message = exifHeader.reveal(outputBytes)
|
clear_message = exifHeader.reveal(outputBytes)
|
||||||
self.assertEqual(message, clean_message)
|
self.assertEqual(message, clear_message)
|
||||||
|
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue