Skip to content

Commit 7c979b4

Browse files
committed
[add-getRight-and-getLeft-methods] Added asRight() assertion to EitherAssert
1 parent b3ece2b commit 7c979b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/in/rcard/assertj/arrowcore/AbstractEitherAssert.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package `in`.rcard.assertj.arrowcore
22

33
import arrow.core.Either
4-
import arrow.core.Option
54
import `in`.rcard.assertj.arrowcore.errors.EitherShouldBeLeft.Companion.shouldBeLeft
65
import `in`.rcard.assertj.arrowcore.errors.EitherShouldBeRight.Companion.shouldBeRight
76
import `in`.rcard.assertj.arrowcore.errors.EitherShouldContain.Companion.shouldContainOnLeft

0 commit comments

Comments
 (0)