> +import org.jclouds.compute.domain.*;
> +import org.jclouds.compute.options.TemplateOptions;
> +import org.jclouds.compute.strategy.GetImageStrategy;
> +import org.jclouds.compute.suppliers.ImageCacheSupplier;
> +import org.jclouds.domain.Location;
> +import org.jclouds.domain.LocationBuilder;
> +import org.jclouds.domain.LocationScope;
> +import org.jclouds.rest.AuthorizationException;
> +import org.testng.annotations.Test;
> +
> +import java.util.Set;
> +
> +import static org.assertj.core.api.Assertions.assertThat;
> +import static org.easymock.EasyMock.*;
> +
> +@Test(groups = "unit", singleThreaded = true, testName = 
> "TemplateBuilderImplTest")

Fix the test name.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/984/files/5e38477f80df5dd0dce54f7773cf9e883fbf3d2d#r71279168

Reply via email to