fixed go tests

pull/10/head^2
Nikita Bykov 5 years ago
parent 151fce70e3
commit 61a336f5ca

@ -25,7 +25,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 "go version '$Version' linux/amd64"
} }
It "is used from tool-cache" { It "is used from tool-cache" {

Loading…
Cancel
Save