diff --git a/test/Microsoft.CodeAnalysis.Razor.Test/ViewComponentTagHelperDescriptorProviderTest.cs b/test/Microsoft.CodeAnalysis.Razor.Test/ViewComponentTagHelperDescriptorProviderTest.cs index 9179783cc3..dd9a801587 100644 --- a/test/Microsoft.CodeAnalysis.Razor.Test/ViewComponentTagHelperDescriptorProviderTest.cs +++ b/test/Microsoft.CodeAnalysis.Razor.Test/ViewComponentTagHelperDescriptorProviderTest.cs @@ -39,6 +39,7 @@ namespace Microsoft.CodeAnalysis.Razor var expectedDescriptor = TagHelperDescriptorBuilder.Create( "__Generated__StringParameterViewComponentTagHelper", TestCompilation.AssemblyName) + .DisplayName("StringParameterViewComponentTagHelper") .TagMatchingRule(rule => rule .RequireTagName("vc:string-parameter")