Skip to content

Commit 910fb77

Browse files
committed
Fix callout numbering in BatchDecisionTest
1 parent bb39a59 commit 910fb77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

batch/decision/src/test/java/org/javaee7/batch/decision/BatchDecisionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public void testBatchDecision() throws Exception {
8787
assertArrayEquals(new String[] {"step1", "step3"}, executedSteps.toArray());
8888
// <3> Make sure that this step was never executed.
8989
assertFalse(executedSteps.contains("step2"));
90-
// <3> Job should be completed.
90+
// <4> Job should be completed.
9191
assertEquals(BatchStatus.COMPLETED, jobExecution.getBatchStatus());
9292
}
9393
}

0 commit comments

Comments
 (0)