Skip to content

Commit 04602c1

Browse files
committed
test: 更新单元测试
1 parent 139cb79 commit 04602c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/UnitTest/Components/DateTimePickerTest.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,6 @@ public async Task AutoClose_OK()
930930
});
931931
button = cut.FindAll(".picker-panel-content .cell").First(i => i.TextContent == $"{DateTime.Today.Day}");
932932
await cut.InvokeAsync(() => button.Click());
933-
Assert.NotEqual(val, DateTime.MinValue);
934933
}
935934

936935
[Fact]

0 commit comments

Comments
 (0)