#7024 Request: ServiceBasedPageModelActivatorProvider

This commit is contained in:
Nisha Kaushik 2018-05-21 21:15:16 +05:30 committed by Pranav K
parent 0c795c4f33
commit b8e5036e20
1 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,6 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure
public void CreateActivator_ThrowsIfModelTypeInfoOnActionDescriptorIsNull()
{
// Arrange
var activatorProvider = new ServiceBasedPageModelActivatorProvider();
var descriptor = new CompiledPageActionDescriptor();