Skip to content

Commit 6a61bcd

Browse files
BridgeARaduh95
authored andcommitted
assert,util: fix deep comparison for sets and maps with mixed types
When comparing a Set or a Map and they contain primitives as keys as well as objects, the primitives would always be skipped. That is not correct, since that may only be skipped in case all keys are objects. Fixes: