We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7b4c7 commit 34a7031Copy full SHA for 34a7031
src/test/java/example/TreeTest.java
@@ -138,6 +138,7 @@ public void test() {
138
System.out.println("\nall values in the tree:");
139
flattenedStream(tree).map(ExampleData::getName).forEach(System.out::println);
140
141
+ // asserting the sum of all num attributes
142
assertEquals(new BigDecimal("1844"),
143
calculateSum(
144
flattenedStream(tree)
0 commit comments