From 41d8e92a16222edd49acc9b577110ea2bc8df6db Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Mon, 24 Aug 2020 15:14:55 +0300 Subject: [PATCH] fixed go tests --- tests/Go.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Go.Tests.ps1 b/tests/Go.Tests.ps1 index e65f24f..a508870 100644 --- a/tests/Go.Tests.ps1 +++ b/tests/Go.Tests.ps1 @@ -25,7 +25,7 @@ Describe "Go" { It "version is correct" { $versionOutput = Invoke-Expression "go version" - $versionOutput | Should -Match "go version '$Version' linux/amd64" + $versionOutput | Should -Match "go version go'$Version' linux/amd64" } It "is used from tool-cache" {