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 ResultTests to check for non-null empty Errors
Modified assertions in ResultTests.cs to ensure the Errors
property is not null but an empty collection when the result
is successful. This aligns with the updated Result class
implementation where Errors is initialized as an empty
collection instead of being null.
0 commit comments