Make BindingTest agnostic of target platform by using kotlin test instead of junit test annotation
This commit is contained in:
parent
3651b2427f
commit
843b1eccd7
@ -1,6 +1,6 @@
|
|||||||
package com.github.michaelbull.result
|
package com.github.michaelbull.result
|
||||||
|
|
||||||
import org.junit.Test
|
import kotlin.test.Test
|
||||||
import kotlin.test.assertEquals
|
import kotlin.test.assertEquals
|
||||||
import kotlin.test.assertTrue
|
import kotlin.test.assertTrue
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user