Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-karas authored and github-actions committed Jul 26, 2021
1 parent 4b31118 commit 67ebe2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public void InstallLocationFile_MissingFile()
defaultInstallLocation)
.DotNetRoot(null)
.Execute()
.Should().NotHaveStdErrContaining("install_location");
.Should().NotHaveStdErrContaining("The install_location file");
}
}

Expand Down

0 comments on commit 67ebe2b

Please sign in to comment.