-
Notifications
You must be signed in to change notification settings - Fork 3k
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
public_key: Correct argument order #8839
public_key: Correct argument order #8839
Conversation
CT Test Results 2 files 17 suites 5m 31s ⏱️ Results for commit d5af1b3. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
ae0b793
to
a620f91
Compare
a620f91
to
db35f9b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is unfortunate other functions have the other order see, pubkey_cert:validate_signature/6 for example.
how come the related issue wasn't discovered in tests? are we missing some coverage? |
@u3s I am a little confused about the reason just now, but I would say that it is mainly because coverage was not as good as it should have been. |
@dgud This is just a internal function so maybe we can fix it other way around. I will consider it tomorrow! |
Should it be added in this PR? |
It is. |
@u3s But I am think about possible further test. |
db35f9b
to
d5af1b3
Compare
closes #8832