opendj3/opendj-ldap-sdk/src/test/java/org/forgerock/opendj/ldap/ConnectionFactoryTestCase.java
@@ -245,7 +245,7 @@ * * @throws Exception */ @Test(dataProvider = "connectionFactories") @Test(dataProvider = "connectionFactories", timeOut = TEST_TIMEOUT_MS) public void testBlockingFutureNoHandler(ConnectionFactory factory) throws Exception { final FutureResult<Connection> future = factory.getConnectionAsync(null); final Connection con = future.get();