diff options
Diffstat (limited to 'internal/pkg/pkg_test.go')
| -rw-r--r-- | internal/pkg/pkg_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/pkg_test.go b/internal/pkg/pkg_test.go index 2c664385..f5e6dc5c 100644 --- a/internal/pkg/pkg_test.go +++ b/internal/pkg/pkg_test.go @@ -496,7 +496,7 @@ func TestCache(t *testing.T) { if _, _, err = c.Cure(stubArtifactF{ kind: pkg.KindExec, params: []byte("unreachable artifact cured after cancel"), - deps: []pkg.Artifact{pkg.NewFile([]byte("unreachable dependency"))}, + deps: []pkg.Artifact{pkg.NewFile("", []byte("unreachable dependency"))}, }); !reflect.DeepEqual(err, context.Canceled) { t.Fatalf("(closed) Cure: error = %v", err) } |
