assertEquals
throws when comparing unique symbols without showing the difference
#3370
Labels
assertEquals
throws when comparing unique symbols without showing the difference
#3370
Describe the bug
When two objects contain two unique symbols,
assertEquals
throws without any meaningful explanation.Steps to Reproduce
results in the following error:
Expected behavior
Whether the function should throw is up for debate I think. But the current error message is rather unclear.
This is just a simple example comparing two symbols, but the way I found out about this was because I was comparing two large structures where only a single symbol property was different.
Environment
1.32.1
0.186.0
The text was updated successfully, but these errors were encountered: