diff --git a/teler_test.go b/teler_test.go index f0a47d6..f33a00e 100644 --- a/teler_test.go +++ b/teler_test.go @@ -46,7 +46,7 @@ func init() { updated, err := threat.IsUpdated() if err != nil { - panic(err) + _ = threat.Get() } verified, err := threat.Verify()