Skip to content

Commit

Permalink
增加用例
Browse files Browse the repository at this point in the history
  • Loading branch information
hjkl950217 committed Dec 9, 2024
1 parent c75c625 commit b099caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Masuit.Tools.Abstractions.Test/Tree/TreeTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public void Can_BuildTree3()

//验证
Assert.NotNull(nodes);
Assert.Equal(5, nodes.Flatten().Count()); // 错误,返回的节点数为 2
Assert.Equal(5, nodes.Flatten().Count()); // 错误,返回的节点数为 2
}
}

Expand Down

0 comments on commit b099caf

Please sign in to comment.