Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BartekTrd committed Mar 6, 2022
1 parent 6906450 commit 739d62c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ void testTextValidKeyDecodeNoUppercaseKey() {
*/
@Test
void testTextValidKeyDecodeLowercaseKey() {
Beaufort.setIsEncryptionTask(true);
assertEquals("HALLO WELT!", b.decode("Tbrsm Fysh!", "abcd"));
}

Expand Down

0 comments on commit 739d62c

Please sign in to comment.