Fix GoogleCloudSDK test name typo (#1438)

This commit is contained in:
Ryan Spletzer
2020-08-27 11:34:37 -04:00
committed by GitHub
parent 5385a075eb
commit acba4e9bfa
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ Describe "InnoSetup" {
}
}
Describe "GoogleCouldSDK" {
Describe "GoogleCloudSDK" {
It "<ToolName>" -TestCases @(
@{ ToolName = "bq" }
@{ ToolName = "gcloud" }