mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 03:19:02 +00:00
Merge pull request #5565 from izeye/patch-3
* patch-3: Remove System.out.println()
This commit is contained in:
-1
@@ -42,7 +42,6 @@ class MockitoTestExecutionListener extends AbstractTestExecutionListener {
|
||||
|
||||
@Override
|
||||
public void prepareTestInstance(TestContext testContext) throws Exception {
|
||||
System.out.println("Prepare");
|
||||
if (hasMockitoAnnotations(testContext)) {
|
||||
MockitoAnnotations.initMocks(testContext.getTestInstance());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user