cleanup
This commit is contained in:
parent
418524b427
commit
ae7934381c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public class ResourceTest extends Assert {
|
|||
.add("urn:hasAttribute", "a") // another a, must be suppressed
|
||||
.add("urn:hasAttribute", "c");
|
||||
StringBuilder sb = new StringBuilder();
|
||||
r.objects("urn:hasAttribute").stream().forEach(sb::append);
|
||||
r.objects("urn:hasAttribute").forEach(sb::append);
|
||||
assertEquals(sb.toString(), "abc");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue