Skip to content

Commit d8add06

Browse files
committed
Revert "Swap the order of the commands in case that's affecting the first run message."
This reverts commit 13c140c.
1 parent a238702 commit d8add06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tests/dotnet.Tests/GivenThatTheUserIsRunningDotNetForTheFirstTime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public void Init(ITestOutputHelper log, TestAssetsManager testAssets)
6969

7070
var command = dotnetFirstTime.Setup(log, testAssets, testName: "Dotnet_first_time_experience_tests");
7171

72-
FirstDotnetVerbUseCommandResult = command.Execute("new", "--debug:ephemeral-hive");
7372
FirstDotnetNonVerbUseCommandResult = command.Execute("--info");
73+
FirstDotnetVerbUseCommandResult = command.Execute("new", "--debug:ephemeral-hive");
7474

7575
TestDirectory = dotnetFirstTime.TestDirectory;
7676
NugetFallbackFolder = dotnetFirstTime.NugetFallbackFolder;

0 commit comments

Comments
 (0)