diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-05 00:47:39 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-05 00:47:39 +0900 |
| commit | 7e2f13fa1bcf4e5e7b8971f3914873044e5ea5e7 (patch) | |
| tree | 874287b0ac39dcd8289784790319ddc2161158e1 /internal/rosa/all_test.go | |
| parent | 97448e210404cfceae7243043c222acac4297a58 (diff) | |
internal/rosa: cure checks
This cures all presets if a cache directory is supplied and verbose is set.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/all_test.go')
| -rw-r--r-- | internal/rosa/all_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
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() |
