diff --git a/tests/test_md5sum.py b/tests/test_md5sum.py index 71109f9a..bf11cb01 100644 --- a/tests/test_md5sum.py +++ b/tests/test_md5sum.py @@ -3,9 +3,9 @@ from slpkg.md5sum import md5 def test_md5_superuser(): result = md5('slpkg/superuser.py') - assert result == "25ec85aa9c2803ece6397e4147449ea6" + assert result == "c6a3576c247bda199c75b43540bfc3d7" def test_md5_security(): result = md5('slpkg/security.py') - assert result == "3f10bf99b21f66af879dc0882bcd92b3" + assert result == "36c3a9213a27ab0b49e9c1bdd5bd2db6"