diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-07-09 09:30:56 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-07-09 09:34:27 +0900 |
| commit | 2f1534853a187018b94754e5ae2f009d7c2ae347 (patch) | |
| tree | 2ef558652e55a7f35eabf38a55140b2be0f8692d /internal/pkg/clean_test.go | |
| parent | 3f8e111d1c96da034ea31846d46ae1fe4bf9f93c (diff) | |
internal/pkg: consolidate cache attributes
This makes the interface stable.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pkg/clean_test.go')
| -rw-r--r-- | internal/pkg/clean_test.go | 2 |
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) } |
