From 8303780aef80ee05adb194d4f9a8ef5f4bcec362 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Thu, 11 Jul 2024 11:45:45 +0200 Subject: [PATCH] [Test] Ensure no clashes with other timestamp registration tests. --- .../cloud/dataflow/shell/command/AppRegistryCommandsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/command/AppRegistryCommandsTests.java b/spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/command/AppRegistryCommandsTests.java index 36d310f998..41f9cbb571 100644 --- a/spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/command/AppRegistryCommandsTests.java +++ b/spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/command/AppRegistryCommandsTests.java @@ -100,7 +100,7 @@ private AppRegistration registerTimeSource(String name, String timeSourceArtifac class AppRegisterTests { @Test void taskAppNoBootVersion() { - AppRegistration registration = registerTimestampTask("timestamp", "3.2.0", "", false); + AppRegistration registration = registerTimestampTask("timestamp1", "3.2.0", "", false); assertThat(registration.getVersion()).isEqualTo("3.2.0"); assertThat(registration.getBootVersion()).isEqualTo(AppBootSchemaVersion.defaultVersion()); }