JYCabello/DeFuncto

ShouldBeError wrong message

Closed this issue · 0 comments

ShouldBeError(expected) uses AssertEquals with has a error message with says "Ok value should be {other} but it was {self}" This is missleading if you Expect an Error. We should change this to "value should be {other} but it was {self}"

image