Skip to content

Commit 1117432

Browse files
committed
Polish
1 parent 6565ff6 commit 1117432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-test/src/test/java/org/springframework/boot/test/mock/mockito/SpyDefinitionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public void createSpyTwice() throws Exception {
111111
MockReset.BEFORE, true, null);
112112
Object instance = new RealExampleService("hello");
113113
instance = definition.createSpy(instance);
114-
instance = definition.createSpy(instance);
114+
definition.createSpy(instance);
115115
}
116116

117117
}

0 commit comments

Comments
 (0)