Skip to content

Commit 72e7a92

Browse files
author
Corneil du Plessis
authored
Fix name and test on timestamp-batch-2.0.x TimestampBatchTaskTests (#203)
1 parent 3949eb5 commit 72e7a92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

timestamp-batch-2.0.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<groupId>io.spring</groupId>
1212
<artifactId>timestamp-batch-task</artifactId>
1313
<version>2.0.2</version>
14-
<name>timestamp-task</name>
14+
<name>timestamp-batch-task</name>
1515
<description>Simple Timestamp sample.</description>
1616

1717
<properties>

timestamp-batch-2.0.x/src/test/java/io/spring/TimestampBatchTaskTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ public void testTimeStampApp(CapturedOutput capturedOutput) throws Exception {
3939
final String TEST_DATE_DOTS = ".......";
4040
final String CREATE_TASK_MESSAGE = "Creating: TaskExecution{executionId=";
4141
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 ";
4444

4545
String[] args = {"--timestamp.format=yyyy" + TEST_DATE_DOTS};
4646

0 commit comments

Comments
 (0)