Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 8303780

Browse files
author
Corneil du Plessis
committed
[Test] Ensure no clashes with other timestamp registration tests.
1 parent 31620d5 commit 8303780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-dataflow-shell-core/src/test/java/org/springframework/cloud/dataflow/shell/command/AppRegistryCommandsTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private AppRegistration registerTimeSource(String name, String timeSourceArtifac
100100
class AppRegisterTests {
101101
@Test
102102
void taskAppNoBootVersion() {
103-
AppRegistration registration = registerTimestampTask("timestamp", "3.2.0", "", false);
103+
AppRegistration registration = registerTimestampTask("timestamp1", "3.2.0", "", false);
104104
assertThat(registration.getVersion()).isEqualTo("3.2.0");
105105
assertThat(registration.getBootVersion()).isEqualTo(AppBootSchemaVersion.defaultVersion());
106106
}

0 commit comments

Comments
 (0)