https://kotlinlang.org logo
#kotest
Title
# kotest
l

LeoColman

09/21/2023, 3:39 PM
How come we don't have matchers for Pair?
Pair shouldHaveFirst a
w

Wesley Hartford

09/21/2023, 4:35 PM
Is that better than
pair.first shouldBe a
?
l

LeoColman

09/21/2023, 5:51 PM
It would probably be the same implementation
I think the error message could be optimized for pairs