-
Notifications
You must be signed in to change notification settings - Fork 205
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
Add tests for MenuService #1217
base: develop
Are you sure you want to change the base?
Add tests for MenuService #1217
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.
@Agaba-derrick please run mvn spotless:apply
to fix the formatting of this PR and fix the failing build
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.
@Agaba-derrick try to align your test methods to some of the suggestions i have added otherwise this looks fine already
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 👍🏿
cc: @mozzy11
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.
Thanks @Agaba-derrick for adding more Intergration tests for the Menu Service,
However am seeing alot of added test which are simply units test and not Integration TEsts for the Menu service.
Can you remove those
@mozzy11 i notice that even after running maven spotless:apply the CI builds still fail !! |
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.
Thanks @Agaba-derrick for the PR.
Can you remove all the methods that dont test the MenuService ??
|
👋 Hi, @Agaba-derrick, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
👋 Hi, @Agaba-derrick, This message is automatically generated by prince-chrismc/label-merge-conflicts-action so don't hesitate to report issues/improvements there. |
Pull Requests Requirements
Issue number if applicable.
documentation.
Summary
Screenshots
Related Issue
Add intergration Tests for menu #1216
Other
@mozzy11 kindly review this