Skip to content

Commit

Permalink
Further correction!
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Oct 1, 2024
1 parent 1bfc2cf commit ff9473d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comid/example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package comid
import (
_ "embed"
"fmt"
"testing"

"github.com/google/uuid"
"github.com/veraison/swid"
Expand Down Expand Up @@ -408,7 +409,7 @@ var (
testComid5 []byte
)

func TestExample_decode_CBOR() {
func TestExample_decode_CBOR(_ *testing.T) {
tvs := []struct {
descr string
inp []byte
Expand Down

0 comments on commit ff9473d

Please sign in to comment.