Skip to content

Commit fff256f

Browse files
authored
Update BinaryTreeTest.java
1 parent 6f20f76 commit fff256f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/test/java/cn/byhieg/algorithmtutorialtest/BinaryTreeTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* Mail to byhieg@gmail.com
99
*/
1010
public class BinaryTreeTest extends TestCase {
11-
//sd
1211
BinaryTree.Node root = new BinaryTree.Node(1);
1312
public void setUp() throws Exception {
1413
super.setUp();
@@ -85,4 +84,4 @@ public void testCalcKNodes() throws Exception {
8584
public void testMirror() throws Exception {
8685
BinaryTree.mirror(root);
8786
}
88-
}
87+
}

0 commit comments

Comments
 (0)