tracks/kotlin/exercises/say/src/test/kotlin/NumberSpellerTest.kt in trackler-2.2.1.49 vs tracks/kotlin/exercises/say/src/test/kotlin/NumberSpellerTest.kt in trackler-2.2.1.50

- old
+ new

@@ -3,12 +3,9 @@ import org.junit.Test import org.junit.rules.ExpectedException import java.math.BigInteger import kotlin.test.assertEquals -/* - * version: 1.0.0 - */ class NumberSpellerTest { @Rule @JvmField var expectedException: ExpectedException = ExpectedException.none()