Make BindingTest agnostic of target platform by using kotlin test instead of junit test annotation

This commit is contained in:
Tristan Hamilton 2020-06-05 17:43:05 +01:00
parent 3651b2427f
commit 843b1eccd7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
package com.github.michaelbull.result
import org.junit.Test
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertTrue