Skip to content

Commit 4048d6b

Browse files
committed
test: 更新单元测试
1 parent 1b52b9d commit 4048d6b

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.Equal("3", input.GetAttribute("value"));
776+
Assert.Null(input.GetAttribute("value"));
777777

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

0 commit comments

Comments
 (0)