Skip to content

Commit a554738

Browse files
committed
test: 更新单元测试
1 parent 464c880 commit a554738

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/UnitTest/Components/TableDialogTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public async Task EditAsync_Ok()
2424
{
2525
pb.AddChildContent<Table<Foo>>(pb =>
2626
{
27-
pb.Add(a => a.ToastDelay, 4000);
2827
pb.Add(a => a.RenderMode, TableRenderMode.Table);
2928
pb.Add(a => a.Items, items);
3029
pb.Add(a => a.EditDialogIsDraggable, true);

0 commit comments

Comments
 (0)