File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
<groupId >io.spring</groupId >
12
12
<artifactId >timestamp-batch-task</artifactId >
13
13
<version >2.0.2</version >
14
- <name >timestamp-task</name >
14
+ <name >timestamp-batch- task</name >
15
15
<description >Simple Timestamp sample.</description >
16
16
17
17
<properties >
Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ public void testTimeStampApp(CapturedOutput capturedOutput) throws Exception {
39
39
final String TEST_DATE_DOTS = "......." ;
40
40
final String CREATE_TASK_MESSAGE = "Creating: TaskExecution{executionId=" ;
41
41
final String UPDATE_TASK_MESSAGE = "Updating: TaskExecution with executionId=1 with the following" ;
42
- final String JOB1_MESSAGE = "Job1 was run with date " ;
43
- final String JOB2_MESSAGE = "Job2 was run with date " ;
42
+ final String JOB1_MESSAGE = "Job1 was run with " ;
43
+ final String JOB2_MESSAGE = "Job2 was run with " ;
44
44
45
45
String [] args = {"--timestamp.format=yyyy" + TEST_DATE_DOTS };
46
46
You can’t perform that action at this time.
0 commit comments