reordered assertions to investigate the failed build
This commit is contained in:
@@ -107,9 +107,9 @@ public class AsyncTaskletStepTests {
|
||||
|
||||
step.execute(stepExecution);
|
||||
|
||||
assertEquals(BatchStatus.COMPLETED, stepExecution.getStatus());
|
||||
assertEquals(25, processed.size());
|
||||
assertEquals(25, stepExecution.getReadCount());
|
||||
assertEquals(BatchStatus.COMPLETED, stepExecution.getStatus());
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user