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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
The name of the violated constraint on a validation result, so a client can tell one constraint rejection from another without matching on the message text (#2487)
ShouldHaveConstraintViolationFor for asserting a command result names a given constraint, matching the assertion already available against a raw append (#2487)
Fixed
A client-composed validation failure no longer loses its reason, which had reported every such result as an authored rule (#2487)