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
This issue suggests improving the assertion message by displaying the asserted values on separate lines. For example, the message for asserting whether the given strings are equal should be modified from this:
expected string 'some string' to be equal to 'some other string'
to this:
expected string:
some string
to be equal to:
some other string
The text was updated successfully, but these errors were encountered:
This issue suggests improving the assertion message by displaying the asserted values on separate lines. For example, the message for asserting whether the given strings are equal should be modified from this:
to this:
The text was updated successfully, but these errors were encountered: