> @@ -89,6 +90,9 @@ public void testListUser() {
>  
>        users = filter(env.enterprise.listUsers(), nick(env.user.getName() + 
> "FAIL"));
>        assertEquals(size(users), 0);
> +
> +      users = 
> env.enterprise.listUsers(UserOptions.builder().limit(1).startWith(0).build());
> +      assertEquals(Iterables.size(users),  1);

Use just the static imported `size`, as in the previous lines.

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

Reply via email to