Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit eec79d8

Browse files
author
Mike Lorbetske
committed
Try shorter test names
1 parent 9ea0c38 commit eec79d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dotnet-run.Tests/GivenDotnetRunRunsCsProj.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ public void ItDefaultsToTheFirstUsableLaunchProfile()
365365
}
366366

367367
[Fact]
368-
public void ItPrefersTheValueOfApplicationUrlFromEnvironmentVariablesOverTheProperty()
368+
public void ItPrefersTheValueOfAppUrlFromEnvVarOverTheProp()
369369
{
370370
var testAppName = "AppWithApplicationUrlInLaunchSettings";
371371
var testInstance = TestAssets.Get(testAppName)
@@ -395,7 +395,7 @@ public void ItPrefersTheValueOfApplicationUrlFromEnvironmentVariablesOverTheProp
395395
}
396396

397397
[Fact]
398-
public void ItUsesTheValueOfApplicationUrlIfTheEnvironmentVariableIsNotSet()
398+
public void ItUsesTheValueOfAppUrlIfTheEnvVarIsNotSet()
399399
{
400400
var testAppName = "AppWithApplicationUrlInLaunchSettings";
401401
var testInstance = TestAssets.Get(testAppName)

0 commit comments

Comments
 (0)