-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve error message when array is longer than expected #31
Comments
I would find the following clearer:
The description is pretty good though:
|
Agreed, I like your suggested output. The diff output will be replaced by whatever is in the shared rust implementation once that is integrated into the ruby codebase. |
Believe this is resolved as per comments in #49 (comment) The output now looks like
removing the confusing Pact:UnexpectedIndex and showing the additional contents which were not expected. Checking the output of the same test using the pact_ffi library, which would be introduced by pact-foundation/pact-ruby#317
|
See http://stackoverflow.com/questions/42948214/pact-verify-provider-what-does-pactunexpectedindex-mean/42988501
The text was updated successfully, but these errors were encountered: