trying to update kotlintest to 3.3 I have a proble...
# arrow-contributors
s
trying to update kotlintest to 3.3 I have a problem.... in kotlintest 3.2 the
createTestCase
function (used by
UnitSpec
in arrow) now expects a
test: suspend io.kotlintest.TestContext.() -> kotlin.Unit
(previously it wasn't suspended) any ideas how to solve this?