Skip to content

Commit 639b1ee

Browse files
author
nikit
committed
Redacting
1 parent a8bc9cc commit 639b1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/thealgorithms/ciphers/BlowfishTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void testDecrypt() {
3131

3232
// when
3333
String plainText = blowfish.decrypt(cipherText, key);
34-
34+
String plainText2= blowfish.decrypt(cipherText, key);
3535
// then
3636
assertEquals(expectedOutput, plainText);
3737
}

0 commit comments

Comments
 (0)