Skip to content

Commit

Permalink
PR FB
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Aug 31, 2021
1 parent 6641f07 commit 7bc5784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/core/Azure.Core.TestFramework/src/TestEnvironment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ private void EnsureValue(string name, string value)
"Make sure the test environment was initialized using the eng/common/TestResources/New-TestResources.ps1 script.";
if (_bootstrappingException != null)
{
message += Environment.NewLine + "Resource creation failed during the test run. Make sure Powershell version 6 or higher is installed.";
message += Environment.NewLine + "Resource creation failed during the test run. Make sure PowerShell version 6 or higher is installed.";
throw new InvalidOperationException(
message,
_bootstrappingException);
Expand Down

0 comments on commit 7bc5784

Please sign in to comment.