Skip to content

Commit

Permalink
chore: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Dec 31, 2021
1 parent 6d40c55 commit 1c4ff28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pipe/artifacts/artifacts_test.go
Expand Up @@ -33,6 +33,7 @@ func TestArtifacts(t *testing.T) {
require.NoError(t, Pipe{}.Run(ctx))
path := filepath.Join(tmp, "artifacts.json")
golden.RequireEqualJSON(t, golden.RequireReadFile(t, path))

info, err := os.Stat(path)
require.NoError(t, err)
require.Equal(t, "-rw-r--r--", info.Mode().String())
Expand Down

0 comments on commit 1c4ff28

Please sign in to comment.