> @@ -70,7 +75,11 @@ public boolean apply(@Nullable StorageMetadata input) {
>  
>           BlobMetadata metadata = 
> view.getBlobStore().blobMetadata(containerName, "hello");
>  
> -         assert metadata.getPublicUri() != null : metadata;
> +         assertTrue(metadata.getPublicUri() != null, metadata.toString());

[minor] `assertNotNull`?

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

Reply via email to