From acba4e9bfaec5730d2b173451a04c1f2f931e5eb Mon Sep 17 00:00:00 2001 From: Ryan Spletzer Date: Thu, 27 Aug 2020 11:34:37 -0400 Subject: [PATCH] Fix GoogleCloudSDK test name typo (#1438) --- images/win/scripts/Installers/Install-GoogleCloudSDK.ps1 | 2 +- images/win/scripts/Tests/Tools.Tests.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/images/win/scripts/Installers/Install-GoogleCloudSDK.ps1 b/images/win/scripts/Installers/Install-GoogleCloudSDK.ps1 index 7123e3e4..03b9e8dd 100644 --- a/images/win/scripts/Installers/Install-GoogleCloudSDK.ps1 +++ b/images/win/scripts/Installers/Install-GoogleCloudSDK.ps1 @@ -8,4 +8,4 @@ $googleCloudSDKInstaller = "https://dl.google.com/dl/cloudsdk/channels/rapid/Goo $argumentList = @("/S", "/allusers", "/noreporting") Install-Binary -Url $googleCloudSDKInstaller -Name "GoogleCloudSDKInstaller.exe" -ArgumentList $argumentList -Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCouldSDK" \ No newline at end of file +Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCloudSDK" diff --git a/images/win/scripts/Tests/Tools.Tests.ps1 b/images/win/scripts/Tests/Tools.Tests.ps1 index 88f2ca88..2ef9a791 100644 --- a/images/win/scripts/Tests/Tools.Tests.ps1 +++ b/images/win/scripts/Tests/Tools.Tests.ps1 @@ -130,7 +130,7 @@ Describe "InnoSetup" { } } -Describe "GoogleCouldSDK" { +Describe "GoogleCloudSDK" { It "" -TestCases @( @{ ToolName = "bq" } @{ ToolName = "gcloud" }