Fix typo in test name
This commit is contained in:
parent
0ec2a3131f
commit
ea73434979
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue