mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-25 21:29:14 +02:00
gofmt
This commit is contained in:
parent
55fdb249f8
commit
a3a7542f41
@ -17,10 +17,10 @@ func TestDescription(t *testing.T) {
|
||||
|
||||
func TestRunPipeMissingInfo(t *testing.T) {
|
||||
for name, snap := range map[string]config.Snapcraft{
|
||||
"missing summary": config.Snapcraft{
|
||||
"missing summary": {
|
||||
Description: "dummy desc",
|
||||
},
|
||||
"missing description": config.Snapcraft{
|
||||
"missing description": {
|
||||
Summary: "dummy summary",
|
||||
},
|
||||
} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user