Skip to content

Commit

Permalink
index on issue-eclipse-jkube#3407-replace-mockito.mock-by-creating-ac…
Browse files Browse the repository at this point in the history
…tual-object: 67d916f  remove redundant initialization of javaProject in setup method
  • Loading branch information
ShivamChavan01 committed Sep 30, 2024
1 parent 67d916f commit 60fdb76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class OpenLibertyUtilsTest {

@BeforeEach
void setup() {

javaProject = JavaProject.builder()
.baseDirectory(temporaryFolder)
.build();
Expand Down

0 comments on commit 60fdb76

Please sign in to comment.