-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Mission pause #405
Mission pause #405
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.
Looks good!
Please just try to remove your ACTION_P2
and see if it still works, and then we can merge it :-).
MissionServiceImplPauseTest, | ||
::testing::ValuesIn(generateInputPairs())); | ||
|
||
ACTION_P2(SaveResult, callback, callback_saved_promise) |
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.
This ACTION_P2
is already defined above. I believe you don't need to redefine it here. Can you test without it? :)
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.
okay sure.
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, building and passing the unit tests on my side.
Thanks @Sushma7785!
b54505a
to
e15c682
Compare
Connects to #350.