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
Fixes incorrect reference checks in clone unit tests
Updates clone-related unit tests to ensure deep object comparisons
use address-of operators for consistent reference checks. This prevents
false positives when asserting object independence and improves test reliability.
0 commit comments