Skip to content

Commit e217c99

Browse files
committed
Fix failing test
1 parent 91fddcc commit e217c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/MyTested.AspNetCore.Mvc.ViewData.Test/PluginsTests/ViewDataTestPluginTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public void ShouldInvokeMethodOfTypeVoidWithValidServiceCollection()
3333

3434
testPlugin.DefaultServiceRegistrationDelegate(serviceCollection);
3535

36-
Assert.Equal(194, serviceCollection.Count);
36+
Assert.Equal(195, serviceCollection.Count);
3737
}
3838
}
3939
}

0 commit comments

Comments
 (0)