>        String container = "container";
>        Blob blob = createMock(Blob.class);
>        MutableBlobMetadata md = createMock(MutableBlobMetadata.class);
>  
>        expect(blob.getMetadata()).andReturn(md).atLeastOnce();
>        expect(md.getName()).andReturn("rootpath/hello").atLeastOnce();
> -      expect(asyncBlobStore.createDirectory("container", 
> "rootpath")).andReturn(null);
> +      blobStore.createDirectory("container", "rootpath");

Add an `expect` here too?

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

Reply via email to