-
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
Replaced Mockito.mock by creating actual object #3456
Replaced Mockito.mock by creating actual object #3456
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3456 (2024-10-12T10:03:13Z) ⚙️ JKube E2E Tests (11304685537)
|
@kanumalivad Welcome, Thanks a lot for contributing to Eclipse JKube 👍, In order to contribute to Eclipse, you would need to create an Eclipse Account and Sign Eclipse Contributor Agreement. Once you've created an eclipse account you would need to update your commit message with a
|
Signed-off-by: Kanu <[email protected]>
d8b57d9
to
09a35b8
Compare
project = JavaProject.builder().build(); | ||
context = GeneratorContext.builder() | ||
.project(project) | ||
.build(); | ||
when(context.getProject()).thenReturn(project); |
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.
I think You need to Change This also
Quality Gate passedIssues Measures |
Hi @kanumalivad |
Description
Fixes #3405
Type of change
test, version modification, documentation, etc.)
Checklist