1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-25 21:29:14 +02:00
This commit is contained in:
Carlos Alexandro Becker 2017-08-02 09:17:19 -03:00
parent 55fdb249f8
commit a3a7542f41
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -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",
},
} {