mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
@@ -1,9 +1,9 @@
|
||||
package com.thealgorithms.ciphers;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
class VigenereTest {
|
||||
|
||||
Vigenere vigenere = new Vigenere();
|
||||
@@ -33,5 +33,4 @@ class VigenereTest {
|
||||
// then
|
||||
assertEquals("Hello World!", decryptedText);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user