mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: fmt
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
8fa7c6977a
commit
a69839327f
@ -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{})
|
||||
|
Loading…
x
Reference in New Issue
Block a user