We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ac35b commit bb52a44Copy full SHA for bb52a44
test/UnitTest/Components/DisplayTest.cs
@@ -51,6 +51,7 @@ public void LookupService_Ok()
51
pb.Add(a => a.LookupService, null);
52
pb.Add(a => a.LookupServiceKey, "FooLookup");
53
pb.Add(a => a.LookupServiceData, true);
54
+ pb.Add(a => a.LookupStringComparison, StringComparison.OrdinalIgnoreCase);
55
pb.Add(a => a.Value, ["v1", "v2"]);
56
});
57
Assert.Contains("LookupService-Test-1,LookupService-Test-2", cut.Markup);
0 commit comments