Skip to content

Commit 1034160

Browse files
committed
Replace deprecated kotest matcher
1 parent d6d7ecf commit 1034160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/kotlin/io/github/serpro69/kfaker/provider/RandomProviderTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ package io.github.serpro69.kfaker.provider
22

33
import io.kotest.assertions.throwables.shouldThrow
44
import io.kotest.core.spec.style.DescribeSpec
5-
import io.kotest.matchers.instanceOf
65
import io.kotest.matchers.shouldBe
6+
import io.kotest.matchers.types.instanceOf
77
import java.util.*
88

99
@Suppress("unused")

0 commit comments

Comments
 (0)