Skip to content

Commit 7f36c26

Browse files
committed
Reapply "test: 更新单元测试"
This reverts commit 370c624.
1 parent 370c624 commit 7f36c26

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)