Commit 11174327 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 6565ff61
......@@ -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);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment