Skip to content

Commit f6e86d1

Browse files
committed
test: 增加单元测试
1 parent 77c83dd commit f6e86d1

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
@@ -7390,6 +7390,7 @@ public void TableSize_Ok()
73907390
{
73917391
pb.Add(a => a.RenderMode, TableRenderMode.Table);
73927392
pb.Add(a => a.TableSize, TableSize.Normal);
7393+
pb.Add(a => a.IsMultipleSelect, true);
73937394
pb.Add(a => a.OnQueryAsync, OnQueryAsync(localizer));
73947395
pb.Add(a => a.TableColumns, foo => builder =>
73957396
{

0 commit comments

Comments
 (0)