Update and rename StructuralJumpTest.kt to StructuralJumpUnitTest.kt

This commit is contained in:
Loredana Crusoveanu 2018-10-03 21:29:42 +03:00 committed by GitHub
parent 9eb81e7059
commit 0b792c58f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ import org.junit.Test
import kotlin.test.assertEquals import kotlin.test.assertEquals
import kotlin.test.assertFalse import kotlin.test.assertFalse
class StructuralJumpTest { class StructuralJumpUnitTest {
@Test @Test
fun givenLoop_whenBreak_thenComplete() { fun givenLoop_whenBreak_thenComplete() {
@ -118,4 +118,4 @@ class StructuralJumpTest {
} }
assertEquals("hello", result) assertEquals("hello", result)
} }
} }