Skip to content

Commit ffb4a08

Browse files
committed
test: 增加单元测试
1 parent 95182a5 commit ffb4a08

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
@@ -247,6 +247,7 @@ public void ResetVisibleColumns_Ok()
247247
{
248248
pb.Add(a => a.RenderMode, TableRenderMode.Table);
249249
pb.Add(a => a.ShowToolbar, true);
250+
pb.Add(a => a.ShowColorWhenToolbarButtonsCollapsed, true);
250251
pb.Add(a => a.ShowColumnList, true);
251252
pb.Add(a => a.Items, Foo.GenerateFoo(localizer, 2));
252253
pb.Add(a => a.TableColumns, foo => builder =>

0 commit comments

Comments
 (0)