Skip to content

Commit

Permalink
FunctionKLiftCrossBuildSuite => FunctionKLiftCrossBuildSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed May 14, 2024
1 parent 372da72 commit b61ba09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import cats.arrow.FunctionK
import cats.syntax.all._
import org.scalacheck.Prop._

class FunctionKLiftFunctionSuite extends CatsSuite {
class FunctionKLiftCrossBuildSuite extends CatsSuite {
test("lift a function directly") {
def headOption[A](list: List[A]): Option[A] = list.headOption
val fHeadOption = FunctionK.liftFunction[List, Option](headOption)
Expand Down

0 comments on commit b61ba09

Please sign in to comment.