mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 09:08:31 +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,
|
||||
secret_message=message)
|
||||
|
||||
clean_message = exifHeader.reveal(outputBytes)
|
||||
self.assertEqual(message, clean_message)
|
||||
clear_message = exifHeader.reveal(outputBytes)
|
||||
self.assertEqual(message, clear_message)
|
||||
|
||||
def tearDown(self):
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue