diff --git a/src/test/java/com/thealgorithms/ciphers/CaesarTest.java b/src/test/java/com/thealgorithms/ciphers/CaesarTest.java index 7aa41c4cf423..935e3c7e7818 100644 --- a/src/test/java/com/thealgorithms/ciphers/CaesarTest.java +++ b/src/test/java/com/thealgorithms/ciphers/CaesarTest.java @@ -44,3 +44,4 @@ void caesarBruteForce() { assertEquals("Encrypt this text", allPossibleAnswers[5]); } } +// Nice code!