> +   public void setupContext() {
> +      super.setup();
> +      String zone = api.getConfiguredZones().iterator().next();
> +      quotaApi = api.getQuotaApi(zone);
> +   }
> +
> +   public void testGetStorageQuotas() throws ExecutionException, 
> InterruptedException {
> +      VolumeQuota volumeQuota = quotaApi.getByTenant("non");
> +
> +      assertNotNull(volumeQuota.getGigabytes());
> +      assertNotNull(volumeQuota.getVolumes());
> +      assertNotNull(volumeQuota.getSnapshots());
> +
> +   }
> +
> +

Remove these empty lines.

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

Reply via email to