Skip to content

Commit eab8ef5

Browse files
committed
test: 更新单元测试
1 parent 68890b4 commit eab8ef5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Components/LayoutTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ public void IHandlerException_Ok()
535535
pb.Add(a => a.EnableErrorLogger, true);
536536
pb.AddChildContent<Layout>(pb =>
537537
{
538+
pb.Add(a => a.EnableErrorLogger, true);
538539
// 按钮触发异常
539540
pb.Add(a => a.Main, new RenderFragment(builder =>
540541
{

0 commit comments

Comments
 (0)