mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 17:18:30 +02:00
Renamed test class.
This commit is contained in:
parent
dc3cdd8f62
commit
75769e5bf7
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import unittest
|
||||||
|
|
||||||
from stegano import slsbset
|
from stegano import slsbset
|
||||||
|
|
||||||
class TestSLSBSET(unittest.TestCase):
|
class TestSLSBSet(unittest.TestCase):
|
||||||
|
|
||||||
def test_hide_empty_message(self):
|
def test_hide_empty_message(self):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue