Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinemeyer committed Nov 12, 2024
1 parent dc7e2d6 commit 5735f80
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ public void beforeTestMethod(TestContext testContext) throws Exception {
//if the target bean has been spied on, need to push into this spy as well (to allow mock in spies)
Optional.ofNullable(spyTracker.get(bean))
.ifPresent(spy ->inject(fieldState.field, spy, mockOrSpy));

});
});

super.beforeTestMethod(testContext);
}
Expand Down

0 comments on commit 5735f80

Please sign in to comment.