Skip to content

Commit 43e4d6e

Browse files
committed
Fix Build_AddsApplicationPartAttributes
1 parent e3121e8 commit 43e4d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.NET.Sdk.Razor.Tests/BuildIntegrationTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public void Build_AddsApplicationPartAttributes()
163163
var assemblyPath = Path.Combine(intermediateOutputPath, "SimpleMvc.dll");
164164

165165
AssemblyInfo.Get(assemblyPath).Should().Contain(("AssemblyTitleAttribute", "SimpleMvc"));
166-
AssemblyInfo.Get(assemblyPath).Should().Contain(("ProvideApplicationPartFactoryAttribute", "ConsolidatedAssemblyApplicationPartFactory"));
166+
AssemblyInfo.Get(assemblyPath).Should().Contain(("ProvideApplicationPartFactoryAttribute", "Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFactory, Microsoft.AspNetCore.Mvc.Razor"));
167167

168168
}
169169

0 commit comments

Comments
 (0)