Skip to content

Commit 13242ef

Browse files
committed
Update test.cpp
1 parent e7d61b5 commit 13242ef

File tree

1 file changed

+1
-1
lines changed
  • insert-into-a-binary-search-tree

1 file changed

+1
-1
lines changed

insert-into-a-binary-search-tree/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class StringTest : public CppUnit::TestFixture {
105105

106106
printTreeNode(root);
107107
std::string result = LeetCodeTreeNodeToString(root);
108-
108+
CPPUNIT_ASSERT_EQUAL(result, rawString);
109109
println(result);
110110
cleanTreeNode(root);
111111
println("test3 end");

0 commit comments

Comments
 (0)