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
- Prior code from 9b8a0fe used a non-obvious
behavior in the mocking framework to return the Description value from an
error instance.
If the count of errors was returned was increased by 1, the code would be
subtly wrong as mocks are generating to each call of .Errors(x) with the
supplied values.
- Instead, more clearly mock the actual code path, and additionally provide
two separate messages, demonstrating they are iterated and joined properly
0 commit comments