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 SimpleSubCipherTest {
|
||||
|
||||
SimpleSubCipher simpleSubCipher = new SimpleSubCipher();
|
||||
@@ -33,5 +33,4 @@ class SimpleSubCipherTest {
|
||||
// then
|
||||
assertEquals("defend the east wall of the castle", decryptedText);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user