> @@ -587,9 +588,29 @@ public void testGetSubscription() throws Exception {
>     }
>  
>     @Test
> -   public void testListSubscriptionsCalculator() throws Exception {
> -      for (Subscription subscription : 
> api.listSubscriptionsCalculator().concat()) {
> -         assertNotNull(subscription);
> +   public void testCalculateSubscriptions() throws Exception {
> +      long month = (long) 30 * 24 * 3600 * 1000;

Rename to `monthInMillis` or something more descriptive?

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

Reply via email to