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 bc71465 commit bc69889Copy full SHA for bc69889
test/UnitTest/Components/DisplayTest.cs
@@ -48,6 +48,7 @@ public void LookupService_Ok()
48
{
49
var cut = Context.RenderComponent<Display<List<string>>>(pb =>
50
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.Value, ["v1", "v2"]);
0 commit comments