willowtreeapps / assertk

assertions for kotlin inspired by assertj
MIT License
757 stars 84 forks source link

print disambiguation message if display is the same #499

Closed evant closed 8 months ago

evant commented 9 months ago

if the types are different, add them to the error message, otherwise just print out that they don't compare equal

Fixes #449