Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit c0acbf0

Browse files
author
N. Taylor Mullen
committed
1 parent de629a8 commit c0acbf0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/Microsoft.AspNet.Tooling.Razor.Test/RazorPluginTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,10 @@ public void ProcessMessage_ResolveTagHelperDescriptors_ResolvesDesignTimeTagHelp
219219
attributes: new TagHelperAttributeDescriptor[0],
220220
requiredAttributes: new string[0],
221221
tagStructure: TagStructure.NormalOrSelfClosing,
222-
designTimeDescriptor: new TagHelperDesignTimeDescriptor(
223-
summary: null,
224-
remarks: null,
225-
outputElementHint: "strong"));
222+
designTimeDescriptor: new TagHelperDesignTimeDescriptor
223+
{
224+
OutputElementHint = "strong"
225+
});
226226

227227
// Act
228228
var handled = plugin.ProcessMessage(message, assemblyLoadContext);

0 commit comments

Comments
 (0)