>           try {
> -            keyPair = keyPairApi.create(KEYPAIR_NAME);
> -            assertNotNull(keyPair);
> +            createdKeyPair = keyPairApi.create(KEYPAIR_NAME);
> +            assertNotNull(createdKeyPair);
> +
> +            KeyPair keyPair = keyPairApi.get(KEYPAIR_NAME);

Perhaps rename test to CreateAndGetAndDelete :)

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

Reply via email to