Skip to content

Commit 64782f7

Browse files
committed
Removed todo as it is todone.
1 parent 3128489 commit 64782f7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/com/company/fusionauth/plugins/CustomMD5SaltedEncryptorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ public class CustomMD5SaltedEncryptorTest {
1111

1212
@Test
1313
public void encrypt() {
14-
// TODO : Assert that a plain text password matches an expected hash.
1514
PasswordEncryptor encryptor = new CustomMD5SaltedEncryptor();
1615
String result = encryptor.encrypt("password", "4MTVxbvk8swI0ys2Lf4saeR3swRvn0f2", 1);
1716
Assert.assertEquals(result, "e0198a696980741ec49e2c56615fbc98".toUpperCase());

0 commit comments

Comments
 (0)