tracks/kotlin/exercises/change/src/test/kotlin/ChangeCalculatorTest.kt in trackler-2.2.1.49 vs tracks/kotlin/exercises/change/src/test/kotlin/ChangeCalculatorTest.kt in trackler-2.2.1.50
- old
+ new
@@ -2,12 +2,9 @@
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.ExpectedException
-/*
- * version: 1.1.0
- */
class ChangeCalculatorTest {
@Rule
@JvmField
var expectedException: ExpectedException = ExpectedException.none()