pull/6954/head
Stephane Nicoll 8 years ago
parent 6565ff616a
commit 111743275f

@ -111,7 +111,7 @@ public class SpyDefinitionTests {
MockReset.BEFORE, true, null);
Object instance = new RealExampleService("hello");
instance = definition.createSpy(instance);
instance = definition.createSpy(instance);
definition.createSpy(instance);
}
}

Loading…
Cancel
Save