tracks/kotlin/exercises/spiral-matrix/src/test/kotlin/SpiralMatrixTest.kt in trackler-2.2.1.49 vs tracks/kotlin/exercises/spiral-matrix/src/test/kotlin/SpiralMatrixTest.kt in trackler-2.2.1.50

- old
+ new

@@ -1,11 +1,8 @@ import org.junit.Assert.assertArrayEquals import org.junit.Ignore import org.junit.Test -/* - * version: 1.0.0 - */ class SpiralMatrixTest { @Test fun testEmptySpiral() { val expected = emptyArray<IntArray>()