Skip to content

Commit fed92f1

Browse files
committed
test: 增加单元测试
1 parent 1b6eed0 commit fed92f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Components/TreeViewTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,7 @@ public async Task IsVirtualize_Ok()
596596
{
597597
pb.Add(a => a.IsVirtualize, true);
598598
pb.Add(a => a.RowHeight, 30f);
599+
pb.Add(a => a.OverscanCount, 4);
599600
pb.Add(a => a.OnExpandNodeAsync, async item =>
600601
{
601602
await Task.Delay(10);

0 commit comments

Comments
 (0)