fix: use snack.Manager interface type for type assertions, drop coverpkg

This commit is contained in:
2026-02-26 02:53:39 +00:00
parent b12f956e45
commit 387e951b86
10 changed files with 18 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ import (
)
func TestIntegration_Apt(t *testing.T) {
mgr := apt.New()
var mgr snack.Manager = apt.New()
if !mgr.Available() {
t.Skip("apt not available")
}