Skip to content

Commit 7bc38ca

Browse files
committed
test: 更新单元测试
1 parent a78cc69 commit 7bc38ca

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
@@ -54,6 +54,7 @@ public void IsFixedTabHeader_OK()
5454
{
5555
var cut = Context.RenderComponent<Layout>(pb =>
5656
{
57+
pb.Add(a => a.ShowGotoTop, true);
5758
pb.Add(a => a.Side, new RenderFragment(builder =>
5859
{
5960
builder.AddContent(0, "test");

0 commit comments

Comments
 (0)