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
Refactor tests to use Assert.HasCount for collection size
Replaced Assert.AreEqual checks on collection Count with Assert.HasCount in PxUtilsProxyParserTests.cs. This improves test readability and better expresses intent without altering test logic or data.
0 commit comments