fixed tests

pull/10/head^2
Nikita Bykov 5 years ago
parent e3b3c821ce
commit 01def397b3

@ -24,7 +24,7 @@ Describe "Go" {
}
It "version is correct" {
$versionOutput = '$(go version) -match "go(?<version>\d+\.\d+\.\d+)" | Out-Null', '$Matches.Version' | Invoke-Expression
$versionOutput = Invoke-Expression "go version"
$versionOutput | Should -Match $Version
}

Loading…
Cancel
Save