From 2f1534853a187018b94754e5ae2f009d7c2ae347 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 9 Jul 2026 09:30:56 +0900 Subject: internal/pkg: consolidate cache attributes This makes the interface stable. Signed-off-by: Ophestra --- internal/rosa/mirror_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/rosa/mirror_test.go') diff --git a/internal/rosa/mirror_test.go b/internal/rosa/mirror_test.go index acd45c39..6c3ec92e 100644 --- a/internal/rosa/mirror_test.go +++ b/internal/rosa/mirror_test.go @@ -31,7 +31,7 @@ func TestMirror(t *testing.T) { msg.SwapVerbose(testing.Verbose()) var c *pkg.Cache - 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) } -- cgit v1.3.1