Browse Source

增加用例

长空X 10 tháng trước cách đây
mục cha
commit
b099caf022
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Test/Masuit.Tools.Abstractions.Test/Tree/TreeTest.cs

+ 1 - 1
Test/Masuit.Tools.Abstractions.Test/Tree/TreeTest.cs

@@ -163,7 +163,7 @@ public class TreeTest
 
         //验证
         Assert.NotNull(nodes);
-        Assert.Equal(5, nodes.Flatten().Count());  //  错误,返回的节点数为 2
+        Assert.Equal(5, nodes.Flatten().Count());  // 错误,返回的节点数为 2
     }
 }