mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
test: fix nfpm test
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
parent
671c7ef96e
commit
c67a646d26
@ -244,7 +244,7 @@ func TestCreateFileDoesntExist(t *testing.T) {
|
||||
"ID": "default",
|
||||
},
|
||||
})
|
||||
require.Contains(t, Pipe{}.Run(ctx).Error(), `dist/mybin/mybin: file does not exist`)
|
||||
require.Contains(t, Pipe{}.Run(ctx).Error(), `dist/mybin/mybin": file does not exist`)
|
||||
}
|
||||
|
||||
func TestInvalidConfig(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user