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
@IgorM867 Thanks for looking into this. And I don't think we can fix this as assertEquals is a stable API and we can't make breaking change to it. (Changing assertEquals to async function has too large impact to the ecosystem)
I think the best thing we can do is adding note about it, maybe along with the above example.
Describe the bug
assertEquals
doesn't consider value-equalBlob
s to be equal.Steps to Reproduce
Run the following code:
Expected behavior
This should not throw an error. Instead, it throws
AssertionError: Values are not equal.
Environment
The text was updated successfully, but these errors were encountered: