Skip to content

Commit

Permalink
Update internal/pipe/scoop/scoop_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Aug 3, 2021
1 parent b8c9d6c commit a8182f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions internal/pipe/scoop/scoop_test.go
Expand Up @@ -1072,8 +1072,7 @@ func TestRunPipeScoopWithSkipPublish(t *testing.T) {
require.EqualError(t, doRun(ctx, cli), pipe.ErrSkipPublishEnabled.Error())

distFile := filepath.Join(folder, ctx.Config.Scoop.Name+".json")
_, err = os.Stat(distFile)
require.NoError(t, err, "file should exist: "+distFile)
require.FileExists(t, distFile)
}

func TestWrapInDirectory(t *testing.T) {
Expand Down

0 comments on commit a8182f6

Please sign in to comment.