We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6565ff6 commit 1117432Copy full SHA for 1117432
spring-boot-test/src/test/java/org/springframework/boot/test/mock/mockito/SpyDefinitionTests.java
@@ -111,7 +111,7 @@ public void createSpyTwice() throws Exception {
111
MockReset.BEFORE, true, null);
112
Object instance = new RealExampleService("hello");
113
instance = definition.createSpy(instance);
114
- instance = definition.createSpy(instance);
+ definition.createSpy(instance);
115
}
116
117
0 commit comments