Skip to content

Commit

Permalink
fix: Updated JSON-escaped assertion method integration test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Jan 13, 2025
1 parent ae6efff commit 4d05a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/cli_diddoc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ var _ = Describe("cheqd cli - positive did", func() {

assertionMethodJSONEscaped2 := func() string {
b, _ := json.Marshal(types.AssertionMethodJSONUnescaped{
Id: keyID,
Id: did + "#key2",
Type: "Ed25519VerificationKey2020",
Controller: did,
PublicKeyMultibase: &publicKeyMultibase, // arbitrarily chosen, loosely validated
Expand Down

0 comments on commit 4d05a26

Please sign in to comment.