Skip to content

Commit b81a03f

Browse files
committed
test: 更新单元测试
1 parent 2a1c8be commit b81a03f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Components/EditorFormTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public void IsDisplay_Ok()
9494
var cut = Context.RenderComponent<EditorForm<Foo>>(pb =>
9595
{
9696
pb.Add(a => a.IsDisplay, true);
97+
pb.Add(a => a.IsShowDisplayTooltip, true);
9798
pb.Add(a => a.Model, foo);
9899
pb.Add(a => a.FieldItems, GenerateEditorItems(foo));
99100
});

0 commit comments

Comments
 (0)