Skip to content

Commit 2fcdf4c

Browse files
committed
test: 更新单元测试
1 parent bad0891 commit 2fcdf4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/UnitTest/Services/BootstrapBlazorRootRegisterServiceTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public void Subscribe_Ok()
2828
var service = new BootstrapBlazorRootRegisterService();
2929
var identifier = new object();
3030
service.Subscribe(identifier, new BootstrapBlazorRootOutlet());
31+
service.Subscribe(identifier, new BootstrapBlazorRootOutlet());
3132
service.Unsubscribe(new object());
3233
}
3334

0 commit comments

Comments
 (0)