opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/AbstractLoadBalancingAlgorithmTestCase.java
@@ -181,7 +181,7 @@ assertThat(scheduler.isScheduled()).isTrue(); // Forcefully run the monitor task and check that the first factory is online. scheduler.getCommand().run(); scheduler.runFirstTask(); verify(listener).handleConnectionFactoryOnline(firstAsync); verifyNoMoreInteractions(listener); } finally {