> @@ -88,7 +88,9 @@ public void testCreateInAvailabilityZone() {
>              Server server = serverApi.get(serverId);
>              assertEquals(server.getStatus(), Server.Status.ACTIVE);
>           } finally {
> -            serverApi.delete(serverId);
> +            if (serverId!=null) {

[minor] Add spaces, i.e. `(serverId != null)`?

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

Reply via email to