> }
>
> + @Test
> + void testCloserCallOneClose() throws IOException, InterruptedException {
> + Injector i = createInjector();
> + final Closer closer = i.getInstance(Closer.class);
> + assert closer.getState() == Closer.State.OPEN;fixed --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/32/files#r4727366
