mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
fixed typo
This commit is contained in:
parent
36798bcb45
commit
cee5181bd1
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user