Skip to content

Commit 376720b

Browse files
committed
test: 更新单元测试
1 parent cd0284c commit 376720b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/UnitTest/Services/FullScreenServiceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public void FullScreenOption_Ok()
9191
var option = new FullScreenOption() { Element = new("test01", null), Id = "test", Selector = "test-selector" };
9292
Assert.NotNull(option.Id);
9393
Assert.Null(option.Element.Context);
94-
Assert.Null(option.Selector);
94+
Assert.NotNull(option.Selector);
9595
}
9696

9797
private class MockFullScreen : ComponentBase

0 commit comments

Comments
 (0)