We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bc9cc commit 639b1eeCopy full SHA for 639b1ee
src/test/java/com/thealgorithms/ciphers/BlowfishTest.java
@@ -31,7 +31,7 @@ void testDecrypt() {
31
32
// when
33
String plainText = blowfish.decrypt(cipherText, key);
34
-
+ String plainText2= blowfish.decrypt(cipherText, key);
35
// then
36
assertEquals(expectedOutput, plainText);
37
}
0 commit comments