Skip to content

Commit 048835a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Components/SelectGenericTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ public async Task IsEditable_Ok()
874874
return null;
875875
});
876876
});
877-
await cut.InvokeAsync(() => { input.Change("Test3"); });
877+
await cut.InvokeAsync(() => { input.Change("Test4"); });
878878
}
879879

880880
[Fact]

0 commit comments

Comments
 (0)