Skip to content

Commit 34a7031

Browse files
committed
comment
1 parent fe7b4c7 commit 34a7031

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/example/TreeTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ public void test() {
138138
System.out.println("\nall values in the tree:");
139139
flattenedStream(tree).map(ExampleData::getName).forEach(System.out::println);
140140

141+
// asserting the sum of all num attributes
141142
assertEquals(new BigDecimal("1844"),
142143
calculateSum(
143144
flattenedStream(tree)

0 commit comments

Comments
 (0)