Merge branch '2.7.x' into 3.0.x
Closes gh-37552
This commit is contained in:
@@ -41,7 +41,7 @@ class JmsPropertiesTests {
|
||||
void formatConcurrencyOnlyLowerBound() {
|
||||
JmsProperties properties = new JmsProperties();
|
||||
properties.getListener().setConcurrency(2);
|
||||
assertThat(properties.getListener().formatConcurrency()).isEqualTo("2");
|
||||
assertThat(properties.getListener().formatConcurrency()).isEqualTo("2-2");
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user