Skip to content

Commit e0e5f12

Browse files
committed
test: 更新单元测试
1 parent 048835a commit e0e5f12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/UnitTest/Components/SelectGenericTest.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,12 @@ public async Task IsEditable_Ok()
875875
});
876876
});
877877
await cut.InvokeAsync(() => { input.Change("Test4"); });
878+
879+
cut.SetParametersAndRender(pb =>
880+
{
881+
pb.Add(a => a.Value, null);
882+
});
883+
await cut.InvokeAsync(() => { input.Change("Test5"); });
878884
}
879885

880886
[Fact]

0 commit comments

Comments
 (0)