Skip to content

Commit 929cd6d

Browse files
committed
test: 更新单元测试
1 parent b7c46bc commit 929cd6d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/UnitTest/Components/TreeViewTest.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

6-
using System.Threading.Tasks;
7-
86
namespace UnitTest.Components;
97

108
public class TreeViewTest : BootstrapBlazorTestBase
@@ -1051,12 +1049,6 @@ public void ShowSearch_Ok()
10511049
});
10521050
});
10531051
cut.Contains("search-template");
1054-
1055-
cut.SetParametersAndRender(pb =>
1056-
{
1057-
pb.Add(a => a.IsFixedSearch, true);
1058-
});
1059-
cut.Contains("is-fixed-search");
10601052
}
10611053

10621054
[Fact]

0 commit comments

Comments
 (0)