Skip to content

Commit e70395e

Browse files
committed
test: 更新单元测试
1 parent 48ffa8c commit e70395e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/UnitTest/Components/SelectTest.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,8 +434,7 @@ public void NullBool_Ok()
434434
});
435435

436436
// 值为 null
437-
// 候选项中无,导致默认选择第一个 Value 被更改为 true
438-
Assert.True(cut.Instance.Value);
437+
Assert.Null(cut.Instance.Value);
439438
}
440439

441440
[Fact]

0 commit comments

Comments
 (0)