> @@ -192,6 +198,7 @@ public void testParseOnDemandWithoutRegionEncodedIntoId() 
> {
>        verify(defaultOptions);
>        verify(optionsProvider);
>        verify(templateBuilderProvider);
> +      verify(getImageStrategy);

[minor] Turn these into `verify(defaultOptions, optionsProvider, ...)`, 
assuming we really want to verify the calls here?

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

Reply via email to