Skip to content

Commit 59aaa2e

Browse files
committed
test: 更新单元测试
1 parent 5142269 commit 59aaa2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/UnitTest/Components/TableTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,9 @@ public void ResetFilter_Null()
732732
public async Task ShowColumnList_Ok()
733733
{
734734
// 设置客户端存储
735-
Context.JSInterop.Setup<List<ColumnVisibleItem>>("reloadColumnList", "test").SetResult(
735+
Context.JSInterop.Setup<List<ColumnVisibleItem?>>("reloadColumnList", "test").SetResult(
736736
[
737+
null,
737738
new("Name", false),
738739
new("Address", true)
739740
]);

0 commit comments

Comments
 (0)