> @@ -112,7 +120,86 @@ protected void configure() {
>        });
>        PostConstructable postConstructable = 
> i.getInstance(PostConstructable.class);
>        assert postConstructable.isStarted;
> +   }
> +
> +   @Test
> +   void testCloserClosingState() throws InterruptedException {
> +      Injector i = createInjector();

fixed

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/32/files#r4727363

Reply via email to