CommunityToolkit / dotnet

.NET Community Toolkit is a collection of helpers and APIs that work for all .NET developers and are agnostic of any specific UI platform. The toolkit is maintained and published by Microsoft, and part of the .NET Foundation.
https://docs.microsoft.com/dotnet/communitytoolkit/?WT.mc_id=dotnet-0000-bramin
Other
3.07k stars 299 forks source link

Fix unit tests assertion parameters for expected and actual values #642

Open GabrieleMessina opened 1 year ago

GabrieleMessina commented 1 year ago

Fix ordering of params in assertions with "expected" as first argument and "actual" as second.

Closes #55

PR Checklist