fixed tests

pull/10/head^2
Nikita Bykov 5 years ago
parent 463ba460cd
commit 151fce70e3

@ -24,7 +24,7 @@ Describe "Go" {
} }
It "version is correct" { It "version is correct" {
$versionOutput = Invoke-Expression "go --version" $versionOutput = Invoke-Expression "go version"
$versionOutput | Should -Match $Version $versionOutput | Should -Match $Version
} }

Loading…
Cancel
Save