I\'m trying to mock cats.effect.IO by
cats.effect.IO
val ioSql: IO[Sql[IO, SqlConnection[IO]]] = mock[IO[Sql[IO, SqlConnection[IO]]]]
Sql