diff --git a/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemSkipPolicyItemHandlerTests.java b/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemSkipPolicyItemHandlerTests.java index 0f92da835..688273179 100644 --- a/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemSkipPolicyItemHandlerTests.java +++ b/spring-batch-core/src/test/java/org/springframework/batch/core/step/item/ItemSkipPolicyItemHandlerTests.java @@ -188,7 +188,7 @@ public class ItemSkipPolicyItemHandlerTests extends TestCase { assertEquals(new Holder("5"), handler.read(contribution)); } - public void testWriteWithSkipCapacitBreached() throws Exception { + public void testWriteWithSkipCapacityBreached() throws Exception { handler.setItemSkipPolicy(new AlwaysSkipItemSkipPolicy()); handler.setSkipCacheCapacity(0); handler.handle(contribution);