We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5dce6 commit af89ffdCopy full SHA for af89ffd
src/test/java/com/thealgorithms/ciphers/AutokeyTest.java
@@ -6,7 +6,7 @@
6
7
class AutokeyCipherTest {
8
9
- AutokeyCipher autokeyCipher = new AutokeyCipher();
+ Autokey autokeyCipher = new Autokey();
10
11
@Test
12
void autokeyEncryptTest() {
0 commit comments