Skip to content

Commit

Permalink
test: fix nfpm test
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Nov 12, 2020
1 parent 671c7ef commit c67a646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pipe/nfpm/nfpm_test.go
Expand Up @@ -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) {
Expand Down

1 comment on commit c67a646

@vercel
Copy link

@vercel vercel bot commented on c67a646 Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.