Skip to content

Commit bb52a44

Browse files
committed
test: 增加单元测试
1 parent 36ac35b commit bb52a44

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
@@ -51,6 +51,7 @@ public void LookupService_Ok()
5151
pb.Add(a => a.LookupService, null);
5252
pb.Add(a => a.LookupServiceKey, "FooLookup");
5353
pb.Add(a => a.LookupServiceData, true);
54+
pb.Add(a => a.LookupStringComparison, StringComparison.OrdinalIgnoreCase);
5455
pb.Add(a => a.Value, ["v1", "v2"]);
5556
});
5657
Assert.Contains("LookupService-Test-1,LookupService-Test-2", cut.Markup);

0 commit comments

Comments
 (0)