> @@ -189,16 +188,16 @@ public void testNoDescription() {
> @Test
> public void testId() {
> ProductItemPrice price = ProductItemPrice.builder().id(1234).build();
> - ProductItem item = ProductItem.builder().prices(price).build();
> - assertEquals("1234",imageId().apply(item));
> + ProductItem item =
> ProductItem.builder().id(5678).prices(price).build();
> + assertEquals("Expected the ID of the ProductItemPrice to be returned",
> "1234",imageId().apply(item));
Message comes
[last](http://testng.org/javadoc/org/testng/Assert.html#assertEquals(boolean,
boolean, java.lang.String\))?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/77/files#r6902346