Skip to content

Commit 7518c97

Browse files
committed
test: 更新单元测试
1 parent 01d8ddc commit 7518c97

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
@@ -250,6 +250,7 @@ public void ResetVisibleColumns_Ok()
250250
pb.Add(a => a.ShowColorWhenToolbarButtonsCollapsed, true);
251251
pb.Add(a => a.ShowColumnList, true);
252252
pb.Add(a => a.Items, Foo.GenerateFoo(localizer, 2));
253+
pb.Add(a => a.AllowResizing, true);
253254
pb.Add(a => a.TableColumns, foo => builder =>
254255
{
255256
builder.OpenComponent<TableColumn<Foo, string>>(0);

0 commit comments

Comments
 (0)