From ff9473dcafbc30402d86ed009bc3aa52c50574ce Mon Sep 17 00:00:00 2001 From: Yogesh Deshpande Date: Tue, 1 Oct 2024 18:44:24 +0100 Subject: [PATCH] Further correction! Signed-off-by: Yogesh Deshpande --- comid/example_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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