From ea73434979fbab257a1e6809a25091f30c7cb808 Mon Sep 17 00:00:00 2001 From: zhangmm Date: Fri, 15 Jul 2016 12:01:39 -0500 Subject: [PATCH] Fix typo in test name --- .../ApplicationParts/AssemblyPartTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationParts/AssemblyPartTest.cs b/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationParts/AssemblyPartTest.cs index 11737fb287..b25e2b3ffc 100644 --- a/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationParts/AssemblyPartTest.cs +++ b/test/Microsoft.AspNetCore.Mvc.Core.Test/ApplicationParts/AssemblyPartTest.cs @@ -67,7 +67,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationParts } [Fact] - public void GetReferencePaths_ReturnsAssebmlyLocation_IfPreserveCompilationContextIsNotSet() + public void GetReferencePaths_ReturnsAssemblyLocation_IfPreserveCompilationContextIsNotSet() { // Arrange // src projects do not have preserveCompilationContext specified.