We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 177f115 commit 79771a3Copy full SHA for 79771a3
1 file changed
src/test/java/com/thealgorithms/datastructures/trees/GenericTreeTest.java
@@ -101,7 +101,7 @@ void testCreateInValidTree() {
101
@Test
102
@DisplayName("Gets the correct number of nodes in the tree")
103
void testGettingCorrectSizeOfTree() {
104
- Assertions.assertEquals(3, tree.size2call());
+ Assertions.assertEquals(9, tree.size2call());
105
}
106
107
0 commit comments