aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/pkg/clean_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/pkg/clean_test.go')
-rw-r--r--internal/pkg/clean_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/pkg/clean_test.go b/internal/pkg/clean_test.go
index e9124ab4..3e21a683 100644
--- a/internal/pkg/clean_test.go
+++ b/internal/pkg/clean_test.go
@@ -238,7 +238,7 @@ func TestClean(t *testing.T) {
base := makeBase(t)
msg := message.New(log.New(os.Stderr, "clean: ", 0))
msg.SwapVerbose(testing.Verbose())
- c, err := pkg.Open(t.Context(), msg, 0, 0, 0, base)
+ c, err := pkg.Open(t.Context(), msg, base, nil)
if err != nil {
t.Fatal(err)
}