Skip to content

Commit 22d153f

Browse files
committed
test: 更新单元测试
1 parent dd15c59 commit 22d153f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Components/TableTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2104,6 +2104,7 @@ public void IsFixedFooter_Ok()
21042104
pb.Add(a => a.RenderMode, TableRenderMode.Table);
21052105
pb.Add(a => a.ScrollMode, ScrollMode.Virtual);
21062106
pb.Add(a => a.RowHeight, 39.5f);
2107+
pb.Add(a => a.OverscanCount, 10);
21072108
pb.Add(a => a.ShowFooter, true);
21082109
pb.Add(a => a.IsFixedFooter, true);
21092110
pb.Add(a => a.Items, Foo.GenerateFoo(localizer));

0 commit comments

Comments
 (0)