Skip to content

Commit af89ffd

Browse files
committed
Fixed Autokey naming issue in AutokeyTest.java
1 parent 3a5dce6 commit af89ffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class AutokeyCipherTest {
88

9-
AutokeyCipher autokeyCipher = new AutokeyCipher();
9+
Autokey autokeyCipher = new Autokey();
1010

1111
@Test
1212
void autokeyEncryptTest() {

0 commit comments

Comments
 (0)