Skip to content

Commit 279a5e3

Browse files
author
nikit
committed
Redacting2
1 parent 639b1ee commit 279a5e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ void testDecrypt() {
3232
// when
3333
String plainText = blowfish.decrypt(cipherText, key);
3434
String plainText2= blowfish.decrypt(cipherText, key);
35+
String plainText3= blowfish.decrypt(cipherText, key);
3536
// then
3637
assertEquals(expectedOutput, plainText);
3738
}

0 commit comments

Comments
 (0)