Skip to content

Commit f20a7a6

Browse files
committed
Fix test
1 parent 953567e commit f20a7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mvc/Mvc.Core/test/Routing/DynamicControllerEndpointMatcherPolicyTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) .NET Foundation. All rights reserved.
1+
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
@@ -58,7 +58,7 @@ public DynamicControllerEndpointMatcherPolicyTest()
5858
_ => Task.CompletedTask,
5959
new EndpointMetadataCollection(new object[]
6060
{
61-
new DynamicControllerRouteValueTransformerMetadata(typeof(CustomTransformer)),
61+
new DynamicControllerRouteValueTransformerMetadata(typeof(CustomTransformer), null),
6262
}),
6363
"dynamic");
6464

0 commit comments

Comments
 (0)