Skip to content

Commit 300ec60

Browse files
author
Bruno Oliveira
committed
Fixing unit test
1 parent b7e9327 commit 300ec60

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ private static ControllerActionDescriptor GetControllerActionDescriptor()
5151
var actionDescriptor = new ControllerActionDescriptor
5252
{
5353
MethodInfo = method,
54+
Parameters = Array.Empty<ParameterDescriptor>(),
55+
BoundProperties = Array.Empty<ParameterDescriptor>(),
5456
FilterDescriptors = new List<FilterDescriptor>(),
5557
ControllerTypeInfo = typeof(TestActions).GetTypeInfo(),
5658
};

0 commit comments

Comments
 (0)