Skip to content

Commit 2a5379e

Browse files
committed
test: 更新单元测试
1 parent 9c89848 commit 2a5379e

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
@@ -773,7 +773,7 @@ public async Task IsVirtualize_BindValue()
773773
});
774774

775775
var input = cut.Find(".form-select");
776-
Assert.Null(input.GetAttribute("value"));
776+
Assert.Equal("3", input.GetAttribute("value"));
777777

778778
var select = cut.Instance;
779779
Assert.Equal("3", select.Value?.Value);

0 commit comments

Comments
 (0)