mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 09:08:31 +02:00
chg: [tests] Use a bigger picture with the Mersenne generator.
This commit is contained in:
parent
43b963d4f1
commit
053c27ad4f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ class TestLSB(unittest.TestCase):
|
|||
messages_to_hide = ["f"]
|
||||
for message in messages_to_hide:
|
||||
secret = lsb.hide(
|
||||
"./tests/sample-files/Lenna.png",
|
||||
"./tests/sample-files/Montenach.png",
|
||||
message,
|
||||
generators.mersenne(),
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue