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 91fddcc commit e217c99Copy full SHA for e217c99
test/MyTested.AspNetCore.Mvc.ViewData.Test/PluginsTests/ViewDataTestPluginTests.cs
@@ -33,7 +33,7 @@ public void ShouldInvokeMethodOfTypeVoidWithValidServiceCollection()
33
34
testPlugin.DefaultServiceRegistrationDelegate(serviceCollection);
35
36
- Assert.Equal(194, serviceCollection.Count);
+ Assert.Equal(195, serviceCollection.Count);
37
}
38
39
0 commit comments