Skip to content

Commit 9c752c8

Browse files
authored
test(Select): update unit test (#5680)
1 parent 6298482 commit 9c752c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Components/SelectTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ public async Task IsVirtualize_Items_Clearable_Ok()
841841
await cut.InvokeAsync(() => items[0].Click());
842842
var el = cut.Find(".form-select") as IHtmlInputElement;
843843
Assert.NotNull(el);
844-
Assert.Equal("Test2", el.Value);
844+
Assert.Equal("2", el.Value);
845845
Assert.Equal("2", cut.Instance.Value);
846846

847847
// 点击 Clear 按钮

0 commit comments

Comments
 (0)