-
Notifications
You must be signed in to change notification settings - Fork 547
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
test: simplify lambda expression in OpenShiftBuildServiceUtilsTest #3688
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #3688 (2025-03-05T17:38:18Z) ⚙️ JKube E2E Tests (13681789906)
|
@rohanKanojia how can this many test case fails as i have not even changed too much code lines. |
...test/java/org/eclipse/jkube/kit/config/service/openshift/OpenShiftBuildServiceUtilsTest.java
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.
LGTM, thx!
@manusa as open source contributor, i would like to take part in Gsoc 25 and i aim to choose this repo from eclipse foundation, i would be providing my proposal soon also to mention can u suggest how the flow should be, would be grateful for your response. |
@Brijeshthummar02 : Unfortunately, we're not participating in GSoC this year. Please checkout list of ideas at Eclipse Foundation GitHub and contact involved project members. |
Description
This pull request introduces the following changes to the
OpenShiftBuildServiceUtilsTest.java
:assertBuildArgPresentInBuildStrategy
method to a more concise form.Fixes #3686
Type of change
test, version modification, documentation, etc.)
Checklist