Skip to content

Commit

Permalink
[Test] Ensure no clashes with other timestamp registration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Jul 11, 2024
1 parent 31620d5 commit 8303780
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
Expand Down

0 comments on commit 8303780

Please sign in to comment.