diff --git a/comid/example_test.go b/comid/example_test.go index c0a3d1c..e807be6 100644 --- a/comid/example_test.go +++ b/comid/example_test.go @@ -6,6 +6,7 @@ package comid import ( _ "embed" "fmt" + "testing" "github.com/google/uuid" "github.com/veraison/swid" @@ -408,7 +409,7 @@ var ( testComid5 []byte ) -func TestExample_decode_CBOR() { +func TestExample_decode_CBOR(_ *testing.T) { tvs := []struct { descr string inp []byte