Try shorter test names
This commit is contained in:
parent
9ea0c38f81
commit
eec79d83fc
1 changed files with 2 additions and 2 deletions
|
@ -365,7 +365,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void ItPrefersTheValueOfApplicationUrlFromEnvironmentVariablesOverTheProperty()
|
||||
public void ItPrefersTheValueOfAppUrlFromEnvVarOverTheProp()
|
||||
{
|
||||
var testAppName = "AppWithApplicationUrlInLaunchSettings";
|
||||
var testInstance = TestAssets.Get(testAppName)
|
||||
|
@ -395,7 +395,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
|
|||
}
|
||||
|
||||
[Fact]
|
||||
public void ItUsesTheValueOfApplicationUrlIfTheEnvironmentVariableIsNotSet()
|
||||
public void ItUsesTheValueOfAppUrlIfTheEnvVarIsNotSet()
|
||||
{
|
||||
var testAppName = "AppWithApplicationUrlInLaunchSettings";
|
||||
var testInstance = TestAssets.Get(testAppName)
|
||||
|
|
Loading…
Reference in a new issue