> @@ -80,7 +70,7 @@ public void testHead() throws Exception {
>  
>     public void testGet() throws Exception {
>        for (String regionId : regions) {
> -         Container container = api.containerApiInRegion(regionId).get(name);
> +         Container container = 
> api.getContainerApiForRegion(regionId).get(name);
>           assertEquals(container.getName(), name);
>           assertTrue(container.getObjectCount() == 0);
>           assertTrue(container.getBytesUsed() == 0);

I'd say "use `assertEquals` here?", but that's probably a different PR ;-)

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

Reply via email to