1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-02-09 13:36:56 +02:00

fixed typo

This commit is contained in:
Carlos Alexandro Becker 2017-04-21 15:42:13 -03:00
parent 36798bcb45
commit cee5181bd1
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -89,7 +89,7 @@ func TestRunPipeWithFileThatDontExist(t *testing.T) {
},
Publish: true,
}
ctx.AddArtifact("this-file-wont-exist-hopefuly")
ctx.AddArtifact("this-file-wont-exist-hopefully")
client := &DummyClient{}
assert.Error(doRun(ctx, client))
assert.True(client.CreatedRelease)