Skip to content

Commit 370c624

Browse files
committed
Revert "test: 更新单元测试"
This reverts commit 22d153f.
1 parent 716b5d1 commit 370c624

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/UnitTest/Components/TableTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2104,7 +2104,6 @@ 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);
21082107
pb.Add(a => a.ShowFooter, true);
21092108
pb.Add(a => a.IsFixedFooter, true);
21102109
pb.Add(a => a.Items, Foo.GenerateFoo(localizer));

0 commit comments

Comments
 (0)