Is assertObjectMatch too type-strict?
If you have two typed objects,
actual
and expect
, of the same type, assertObjectMatch
doesn't let you use the expect
object:
What am I doing wrong here?0 Replies