Skip to content

Commit ae9cfb6

Browse files
committed
test: 更新单元测试
1 parent 536d871 commit ae9cfb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Components/TableTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ public void IsAutoQueryFirstQuery_Ok()
10831083
{
10841084
isQuery = true;
10851085
isFirstQuery = option.IsFirstQuery;
1086-
triggerByPagination = option.TriggerByPagination;
1086+
triggerByPagination = option.IsTriggerByPagination;
10871087
return Task.FromResult(new QueryData<Foo>()
10881088
{
10891089
Items = Array.Empty<Foo>(),

0 commit comments

Comments
 (0)