How can I go about testing the results of a functi...
# kotlintest
b
How can I go about testing the results of a function returning an Arrow
Either
constructed using
Either.fx
? I've tried using the
kotlintest-assertions-arrow
module, but that results in dependency hell with outdated versions of the Arrow libraries pulled in by the assertions module and causes a runtime error.