1
0
Fork 0
mirror of https://code.forgejo.org/actions/go-versions synced 2025-06-10 12:32:24 +02:00

fixed go tests

This commit is contained in:
Nikita Bykov 2020-08-24 15:00:11 +03:00
parent 151fce70e3
commit 61a336f5ca

View file

@ -25,7 +25,7 @@ Describe "Go" {
It "version is correct" {
$versionOutput = Invoke-Expression "go version"
$versionOutput | Should -Match $Version
$versionOutput | Should -Match "go version '$Version' linux/amd64"
}
It "is used from tool-cache" {