Fix name and test on timestamp-batch-2.0.x TimestampBatchTaskTests (#203)

This commit is contained in:
Corneil du Plessis
2024-11-04 10:25:21 +02:00
committed by GitHub
parent 3949eb58cf
commit 72e7a9236e
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
<groupId>io.spring</groupId>
<artifactId>timestamp-batch-task</artifactId>
<version>2.0.2</version>
<name>timestamp-task</name>
<name>timestamp-batch-task</name>
<description>Simple Timestamp sample.</description>
<properties>

View File

@@ -39,8 +39,8 @@ public class TimestampBatchTaskTests {
final String TEST_DATE_DOTS = ".......";
final String CREATE_TASK_MESSAGE = "Creating: TaskExecution{executionId=";
final String UPDATE_TASK_MESSAGE = "Updating: TaskExecution with executionId=1 with the following";
final String JOB1_MESSAGE = "Job1 was run with date ";
final String JOB2_MESSAGE = "Job2 was run with date ";
final String JOB1_MESSAGE = "Job1 was run with ";
final String JOB2_MESSAGE = "Job2 was run with ";
String[] args = {"--timestamp.format=yyyy" + TEST_DATE_DOTS};