Skip to content

Commit

Permalink
Replace deprecated kotest matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed Aug 30, 2020
1 parent d6d7ecf commit 1034160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ package io.github.serpro69.kfaker.provider

import io.kotest.assertions.throwables.shouldThrow
import io.kotest.core.spec.style.DescribeSpec
import io.kotest.matchers.instanceOf
import io.kotest.matchers.shouldBe
import io.kotest.matchers.types.instanceOf
import java.util.*

@Suppress("unused")
Expand Down

0 comments on commit 1034160

Please sign in to comment.