diff --git a/pkg/openid4vp/openid4vp.go b/pkg/openid4vp/openid4vp.go index 187425ab..9b4d7046 100644 --- a/pkg/openid4vp/openid4vp.go +++ b/pkg/openid4vp/openid4vp.go @@ -274,7 +274,7 @@ func (o *Interaction) PresentCredentialUnsafe(credential *verifiable.Credential, ) } -// PresentCredential presents credentials to redirect uri from request object. +// PresentCredentials presents credentials to redirect uri from request object. func (o *Interaction) presentCredentials( //nolint: funlen credentials []*verifiable.Credential, customClaims CustomClaims, diff --git a/test/integration/trustregistry/server.go b/test/integration/trustregistry/server.go index 1065a453..3f28b526 100644 --- a/test/integration/trustregistry/server.go +++ b/test/integration/trustregistry/server.go @@ -237,7 +237,7 @@ func writeResponse(w http.ResponseWriter, body interface{}) { w.WriteHeader(http.StatusOK) } -// writeResponse writes interface value to response +// writeResponseWithStatus writes interface value to response func writeResponseWithStatus( rw http.ResponseWriter, status int,