File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
spring-batch-samples/src/test/java/org/springframework/batch/samples Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ class JdbcPagingFunctionalTests {
4949 @ Test
5050 void testLaunchJobWithXmlConfig () throws Exception {
5151 // given
52- JobParameters jobParameters = this .5 jobOperatorTestUtils .getUniqueJobParametersBuilder ()
52+ JobParameters jobParameters = this .jobOperatorTestUtils .getUniqueJobParametersBuilder ()
5353 .addDouble ("credit" , 0. )
5454 .toJobParameters ();
5555
Original file line number Diff line number Diff line change 2626import org .springframework .context .ApplicationContext ;
2727import org .springframework .context .annotation .AnnotationConfigApplicationContext ;
2828import org .springframework .test .context .junit .jupiter .SpringJUnitConfig ;
29- 5
29+
3030import static org .junit .jupiter .api .Assertions .assertEquals ;
3131
3232@ SpringJUnitConfig (locations = { "/org/springframework/batch/samples/jpa/job/jpa.xml" })
Original file line number Diff line number Diff line change 2626import org .springframework .beans .factory .annotation .Autowired ;
2727import org .springframework .context .ApplicationContext ;
2828import org .springframework .context .annotation .AnnotationConfigApplicationContext ;
29- import org .springframework .test .context .junit .jupiter .SpringJUnitConfig ;5
29+ import org .springframework .test .context .junit .jupiter .SpringJUnitConfig ;
3030
3131import static org .junit .jupiter .api .Assertions .assertEquals ;
3232
You can’t perform that action at this time.
0 commit comments