-
Notifications
You must be signed in to change notification settings - Fork 38
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
Expose user update profile bindings #9418
Conversation
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.
Nice PR! I've made some comments mostly about the tests and the TODOs.
libparsec/crates/client/tests/unit/client/update_user_profile.rs
Outdated
Show resolved
Hide resolved
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.
API looks good.
a5ed222
to
78b17d7
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.
LGTM, just a missing test and some minor suggestions.
libparsec/crates/client/tests/unit/client/update_user_profile.rs
Outdated
Show resolved
Hide resolved
49a4593
to
961f2fe
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.
LGTM, just a minor typo
libparsec/crates/client/tests/unit/client/update_user_profile.rs
Outdated
Show resolved
Hide resolved
961f2fe
to
d91b3dd
Compare
d91b3dd
to
173ec51
Compare
Fix #9381