Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DaevMithran committed Sep 10, 2024
1 parent 83cf03f commit 9e60227
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/constants/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (

didTypes "github.com/cheqd/cheqd-node/api/v2/cheqd/did/v2"
resourceTypes "github.com/cheqd/cheqd-node/api/v2/cheqd/resource/v2"
"github.com/cheqd/did-resolver/types"
"google.golang.org/protobuf/types/known/timestamppb"
)

Expand All @@ -22,7 +23,7 @@ func generateVerificationMethod() didTypes.VerificationMethod {
func generateService() didTypes.Service {
return didTypes.Service{
Id: ExistentDid + "#" + ValidServiceId,
ServiceType: "DIDCommMessaging",
ServiceType: types.LinkedDomains,
ServiceEndpoint: []string{"http://example.com"},
}
}
Expand Down

0 comments on commit 9e60227

Please sign in to comment.