Skip to content

Commit bc69889

Browse files
committed
test: 增加单元测试
1 parent bc71465 commit bc69889

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Components/DisplayTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ public void LookupService_Ok()
4848
{
4949
var cut = Context.RenderComponent<Display<List<string>>>(pb =>
5050
{
51+
pb.Add(a => a.LookupService, null);
5152
pb.Add(a => a.LookupServiceKey, "FooLookup");
5253
pb.Add(a => a.LookupServiceData, true);
5354
pb.Add(a => a.Value, ["v1", "v2"]);

0 commit comments

Comments
 (0)