We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce948ad commit e57bf9bCopy full SHA for e57bf9b
1 file changed
test/UnitTest/Services/ConnectionHubTest.cs
@@ -13,13 +13,6 @@ public class ConnectionHubTest
13
[Fact]
14
public async Task Callback_Ok()
15
{
16
- var sc = new ServiceCollection();
17
- sc.AddBootstrapBlazor();
18
-
19
- var provider = sc.BuildServiceProvider();
20
- var cacheManager = provider.GetRequiredService<ICacheManager>();
21
- cacheManager.GetStartTime();
22
23
var context = new TestContext();
24
context.JSInterop.Mode = JSRuntimeMode.Loose;
25
context.Services.AddBootstrapBlazor();
0 commit comments