isDataClassEqualTo
passes when given different data object
s
#551
Labels
isDataClassEqualTo
passes when given different data object
s
#551
This test should fail, but it passes:
When using a normal
object
, it does fail since they aren't data classes:And the different
data object
s correctly fail when usingisEqualTo
:I'd expect this to fail similarly to using
isEqualTo
or with a message that they're not supported. The current behavior gives the impression of a passing test.The text was updated successfully, but these errors were encountered: