Fix typo in test name

This commit is contained in:
zhangmm 2016-07-15 12:01:39 -05:00 committed by Pranav K
parent 0ec2a3131f
commit ea73434979
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ namespace Microsoft.AspNetCore.Mvc.ApplicationParts
} }
[Fact] [Fact]
public void GetReferencePaths_ReturnsAssebmlyLocation_IfPreserveCompilationContextIsNotSet() public void GetReferencePaths_ReturnsAssemblyLocation_IfPreserveCompilationContextIsNotSet()
{ {
// Arrange // Arrange
// src projects do not have preserveCompilationContext specified. // src projects do not have preserveCompilationContext specified.