Fixed typos in unit testing source code to make it compile and pass the test.
This commit is contained in:
committed by
Michael Minella
parent
9c191090c7
commit
110b95ee1e
@@ -90,10 +90,10 @@ public class SkipSampleFunctionalTests {
|
||||
i, "customer" + i);
|
||||
}
|
||||
|
||||
JobExecution jobExecution = jobLauncherTestUtils.launchJob().getStatus();
|
||||
JobExecution jobExecution = jobLauncherTestUtils.launchJob();
|
||||
|
||||
|
||||
Assert.assertEquals("COMPLETED", jobExecution.getExitStatus());
|
||||
Assert.assertEquals("COMPLETED", jobExecution.getExitStatus().getExitCode());
|
||||
}
|
||||
}
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user