You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 22, 2023. It is now read-only.
Ideally I'd like to only display the expected and actual, unless a custom message has been passed - but as it stands I can't see any way to tell the difference.
Since 6101eb1 landed.
AssertionError can take message, expected and actual options, if message is not passed, it gets generated from expected and actual.
Within test runner output, this leads to some duplication in the output:
Ideally I'd like to only display the expected and actual, unless a custom message has been passed - but as it stands I can't see any way to tell the difference.