Skip to content

Commit 7e55b67

Browse files
fix missing .flatten method in TestFrameworkApi
1 parent 7d8b823 commit 7e55b67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testkit/src/main/scala/com/evolutiongaming/catshelper/testkit/TestFrameworkApi.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.evolutiongaming.catshelper.testkit
22

33
import cats.effect.IO
4+
import cats.implicits._
45
import cats.effect.testkit.TestContext
56
import org.scalatest.exceptions.{TestCanceledException, TestFailedException}
67

0 commit comments

Comments
 (0)