From 95934dc44f31774b7ac4887315e2562cfa493394 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Mon, 24 Aug 2020 15:25:18 +0300 Subject: [PATCH] fixed 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 a508870..5fcf868 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 go'$Version' linux/amd64" + $versionOutput | Should -Match "go version go$Version linux/amd64" } It "is used from tool-cache" {