Skip to content

Commit

Permalink
build: fix version test according to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
helios57 committed Apr 18, 2024
1 parent d8617e5 commit 2130c71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void testSoftwareDate() {

@Test
public void testPlatform() {
String platformPostfix = "Solace Spring Cloud Stream Binder (JCSMP SDK)";
String platformPostfix = "Spring Cloud Stream Binder Solace (JCSMP SDK)";
assertThat(new SolaceBinderClientInfoProvider().getPlatform()).endsWith(platformPostfix);
}
}

0 comments on commit 2130c71

Please sign in to comment.