Skip to content

Commit 3e2564a

Browse files
resolved spotbugs
1 parent c1775b4 commit 3e2564a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/thealgorithms/datastructures/trees/BinaryTreeTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ void test1() {
2222
Assertions.assertEquals(7, t.find(7).data);
2323
}
2424

25+
// Test for removing data and checking the new root
2526
@Test
2627
void test2() {
2728
BinaryTree t = new BinaryTree();

0 commit comments

Comments
 (0)