1
1
Fork 0
AtomicKotlinCourse/Preventing Failure/Check Instructions/Exercise 2/test/Tests.kt

10 lines
194 B
Kotlin

package checkInstructionsExercise2
import org.junit.Test
import util.unimplementedTest
class TestCheckInstructionsExercise2 {
@Test fun testSolution() {
unimplementedTest()
}
}