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 de8f5e2 commit 8957f08Copy full SHA for 8957f08
1 file changed
test/UnitTest/Components/TableTest.cs
@@ -2114,7 +2114,7 @@ public async void IsTree_OnQuery()
2114
await cut.InvokeAsync(() => node.Click());
2115
2116
var table = cut.FindComponent<Table<FooTree>>();
2117
- await cut.InvokeAsync(() => table.Instance.QueryAsync());
+ await cut.InvokeAsync(() => table.Instance.QueryAsync(1));
2118
2119
var nodes = cut.FindAll("tbody tr");
2120
Assert.Equal(4, nodes.Count);
0 commit comments