Skip to content

Commit

Permalink
Add required opt-in for ExperimentalTime in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Aug 10, 2022
1 parent 1d67eb7 commit 2e31ae9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ import io.kotest.inspectors.forAll
import io.kotest.matchers.ints.shouldBeExactly
import io.kotest.matchers.shouldBe
import java.io.File
import kotlin.time.ExperimentalTime

@OptIn(ExperimentalTime::class)
class MigrationTest : StringSpec({
val testResources: File = File(".").absoluteFile.resolve("src/test/resources")

Expand Down

0 comments on commit 2e31ae9

Please sign in to comment.