From 7e2f13fa1bcf4e5e7b8971f3914873044e5ea5e7 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 5 Mar 2026 00:47:39 +0900 Subject: internal/rosa: cure checks This cures all presets if a cache directory is supplied and verbose is set. Signed-off-by: Ophestra --- internal/rosa/all_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/rosa/all_test.go') diff --git a/internal/rosa/all_test.go b/internal/rosa/all_test.go index 7187c25d..2791402b 100644 --- a/internal/rosa/all_test.go +++ b/internal/rosa/all_test.go @@ -2,6 +2,9 @@ package rosa import "testing" +// PresetEnd is the total PArtifact count exported for testing. +const PresetEnd = _presetEnd + func TestLoad(t *testing.T) { t.Parallel() -- cgit v1.3.1