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
privateconststringMessageFormatNoCalls="Expected {context:wiremockserver} to have been called using body {0}{reason}, but no calls were made.";
12
-
privateconststringMessageFormat="Expected {context:wiremockserver} to have been called using body {0}{reason}, but didn't find it among the body {1}.";
14
+
privateconststringMessageFormat="Expected {context:wiremockserver} to have been called using body {0}{reason}, but didn't find it among the body/bodies {1}.";
.WithMessage("Expected wiremockserver to have been called using body \"{\"x\":\"y\"}\", but didn't find it among the body/bodies \"{\"x\":\"123\"}\".");
0 commit comments