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
Update tests to use Is.Zero for zero value assertions
Replaced Is.EqualTo(0) with Is.Zero in test assertions for improved readability and consistency with NUnit best practices. No functional changes to test logic.
0 commit comments