From a69839327f0015ebb0990d41a6fa73b880de2873 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Mon, 30 Nov 2020 21:53:47 -0300 Subject: [PATCH] chore: fmt Signed-off-by: Carlos Alexandro Becker --- internal/pipe/release/body_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/pipe/release/body_test.go b/internal/pipe/release/body_test.go index 2e99561ad..1e61f0a4e 100644 --- a/internal/pipe/release/body_test.go +++ b/internal/pipe/release/body_test.go @@ -13,7 +13,6 @@ import ( var update = flag.Bool("update", false, "update .golden files") - func TestDescribeBody(t *testing.T) { var changelog = "feature1: description\nfeature2: other description" var ctx = context.New(config.Project{}) @@ -40,7 +39,6 @@ func TestDescribeBody(t *testing.T) { require.Equal(t, string(bts), out.String()) } - func TestDescribeBodyWithDockerManifest(t *testing.T) { var changelog = "feature1: description\nfeature2: other description" var ctx = context.New(config.Project{})