diff --git a/tests/Go.Tests.ps1 b/tests/Go.Tests.ps1 index 6f9edf2..a11fd73 100644 --- a/tests/Go.Tests.ps1 +++ b/tests/Go.Tests.ps1 @@ -24,7 +24,7 @@ Describe "Go" { } It "version is correct" { - $versionOutput = Invoke-Expression "go --version" + $versionOutput = Invoke-Expression "go version" $versionOutput | Should -Match $Version }