mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated md5sum
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ca3b4afe56
commit
ce04039ea1
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class TestMd5(unittest.TestCase):
|
|||
"""Testing checksum for security.py file
|
||||
"""
|
||||
result = md5('test_units.py')
|
||||
self.assertEqual(result, "0f6bb6ac5282498db65a791e28f207fe")
|
||||
self.assertEqual(result, "58a694171449e923414e3e3339a0097e")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue