mhansonp commented on a change in pull request #7442:
URL: https://github.com/apache/geode/pull/7442#discussion_r838796306
##########
File path:
geode-core/src/integrationTest/java/org/apache/geode/cache/client/internal/QueueManagerJUnitTest.java
##########
@@ -238,17 +245,14 @@ public void testWaitForPrimary() {
manager.start(background);
manager.getAllConnections().getPrimary().destroy();
- Throwable thrown = catchThrowable(() -> {
- manager.getAllConnections().getPrimary();
- });
+ Throwable thrown = catchThrowable(() ->
manager.getAllConnections().getPrimary());
assertThat(thrown).isInstanceOf(NoSubscriptionServersAvailableException.class);
Review comment:
I didn't want to refactor the whole file for something that is for 1.15
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]