From 3b51b44e357393bd746b9af64ff4d11981586d9f Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sun, 2 Jul 2017 12:27:16 -0300 Subject: [PATCH] fixed new tests --- pipeline/brew/brew_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline/brew/brew_test.go b/pipeline/brew/brew_test.go index cd169e684..e9392f1c6 100644 --- a/pipeline/brew/brew_test.go +++ b/pipeline/brew/brew_test.go @@ -138,7 +138,7 @@ func TestRunPipeFormatOverride(t *testing.T) { }, }, }, - Archives: map[string]string{ + Folders: map[string]string{ "darwinamd64": "bin", }, Publish: true, @@ -166,7 +166,7 @@ func TestRunPipeArchiveDoesntExist(t *testing.T) { }, }, }, - Archives: map[string]string{ + Folders: map[string]string{ "darwinamd64": "bin", }, Publish: true,