Skip to content

Commit 5fdb7dd

Browse files
committed
test: 更新单元测试
1 parent 5726c46 commit 5fdb7dd

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
@@ -8383,6 +8383,7 @@ public async Task OnAutoFitColumnWidthCallback_Ok()
83838383
pb.Add(a => a.AllowDragColumn, true);
83848384
pb.Add(a => a.ClientTableName, "table-unit-test");
83858385
pb.Add(a => a.OnQueryAsync, OnQueryAsync(localizer));
8386+
pb.Add(a => a.FitColumnWidthIncludeHeader, true);
83868387
pb.Add(a => a.OnAutoFitColumnWidthCallback, (fieldName, calcWidth) =>
83878388
{
83888389
name = fieldName;

0 commit comments

Comments
 (0)