tracks/kotlin/exercises/rotational-cipher/src/test/kotlin/RotationalCipherTest.kt in trackler-2.2.1.49 vs tracks/kotlin/exercises/rotational-cipher/src/test/kotlin/RotationalCipherTest.kt in trackler-2.2.1.50

- old
+ new

@@ -1,11 +1,8 @@ import org.junit.Ignore import org.junit.Test import kotlin.test.assertEquals -/* - * version: 1.0.0 - */ class RotationalCipherTest { @Test fun testRotateLowercaseABy1NoWrapAround() { val cipher = RotationalCipher(1)