> public void testnameEqualsWhenEqual() {
> - assert nameEquals("jclouds").apply(ref);
> + assertTrue(nameEquals("jclouds").apply(ref));
Just something to give more overview in the logs? E.g.
```
assertTrue(nameEquals("jclouds").apply(ref), "Expected 'jclouds' as the name of
" + ref);
```
?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/144/files#r6354085
