mirror of
https://github.com/gogrlx/snack.git
synced 2026-04-02 05:08:42 -07:00
fix: use snack.Manager interface type for type assertions, drop coverpkg
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
)
|
||||
|
||||
func TestIntegration_Pkg(t *testing.T) {
|
||||
mgr := pkg.New()
|
||||
var mgr snack.Manager = pkg.New()
|
||||
if !mgr.Available() {
|
||||
t.Skip("pkg not available")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user