mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-04-19 03:01:48 +08:00
remove console
This commit is contained in:
parent
c8707966be
commit
8573b84d02
@ -85,7 +85,6 @@ public class TreeTest {
|
|||||||
Console.log(tree);
|
Console.log(tree);
|
||||||
tree.walk((tr)-> ids.add(tr.getId()), true);
|
tree.walk((tr)-> ids.add(tr.getId()), true);
|
||||||
|
|
||||||
Console.log(ids);
|
|
||||||
Assert .assertEquals(7, ids.size());
|
Assert .assertEquals(7, ids.size());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user