-
Notifications
You must be signed in to change notification settings - Fork 523
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
#3405 Replaced Mockito.mock by creating actual objects #3550
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3550 (2024-11-20T17:59:17Z) ⚙️ JKube E2E Tests (11938871442)
|
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.
Please make changes only to the classes related to the issue you're tackling (I'm assuming it's #3405, it would also be good if this was specified in the PR description instead of the title)
Remove the commented-out line in VertxGeneratorIsApplicableTest.
Finally, run tests locally and ensure the tests are still passing.
@Adarsha186 : try compiling whole project first using |
Hi @rohanKanojia, thanks I have ran the mvn clean install for the whole project, I'm have errors with that |
Changed mock objects from the setUp() and isApplicable() methods