-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: change assert messages #16820
test: change assert messages #16820
Conversation
Exceptions that were thrown when they shouldn't were lost.
@PaulBlanche - looks like you pushed changed without:
on your system - implication of which is that this commit will not be associated with your profile. Can you set them up and push once again? |
@PaulBlanche See also the last note in this chapter: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#setting-up-your-local-environment |
Include unexpected value in assertion messages. PR-URL: nodejs#16820 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Landed in e04d23c. Thanks for the contribution! 🎉 |
Include unexpected value in assertion messages. PR-URL: #16820 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Include unexpected value in assertion messages. PR-URL: #16820 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Include unexpected value in assertion messages. PR-URL: nodejs#16820 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Include unexpected value in assertion messages. Backport-PR-URL: #19447 PR-URL: #16820 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Rich Trott <[email protected]>
Exceptions that were thrown when they shouldn't were lost.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes