Skip to content

Commit 756f10d

Browse files
committed
Update broker version condition in test
1 parent dfa212b commit 756f10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/rabbitmq/stream/impl/AuthenticationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ private static CredentialsProvider credentialsProvider(String username, String p
209209
}
210210

211211
private boolean connectionClosedOnUpdateSecretFailure() {
212-
return Utils.versionCompare(brokerVersion, "4.1.4") >= 0;
212+
return TestUtils.atLeastVersion("4.1.4", brokerVersion);
213213
}
214214
}

0 commit comments

Comments
 (0)