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
Updates test cases across multiple files to enhance assertions for
deep equality by adding null and nil checks before comparing pointers.
This prevents potential nil pointer dereference issues and improves
test stability.
Changes address scenarios where cloned objects or their properties
might be nil, ensuring safer and more robust comparisons in unit tests.
0 commit comments