Skip to content

Commit b7e9327

Browse files
author
Bruno Oliveira
committed
Fix build
1 parent 06c92b7 commit b7e9327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Core/test/Infrastructure/ControllerActionInvokerProviderTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ private static ControllerActionInvokerProvider CreateInvokerProvider(MvcOptions
8585
Mock.Of<IControllerFactoryProvider>(),
8686
Options.Create(mvcOptions));
8787

88-
return new(
88+
return new ControllerActionInvokerProvider(
8989
cache,
9090
Options.Create(mvcOptions),
9191
NullLoggerFactory.Instance,

0 commit comments

Comments
 (0)