Skip to content

Commit

Permalink
fix: indy resolver test failure
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bluhm <[email protected]>
  • Loading branch information
dbluhm committed Sep 11, 2024
1 parent 5a01075 commit 018ae7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('IndyVdrIndyDidResolver', () => {
did: 'LjgpST2rjsoxYegQDRm7EL',
verkey: 'E6D1m3eERqCueX4ZgMCY14B4NceAr6XP2HyVqt55gDhu',
role: 'ENDORSER',
diddocContent: didIndyLjgpST2rjsoxYegQDRm7ELdiddocContent,
diddocContent: JSON.stringify(didIndyLjgpST2rjsoxYegQDRm7ELdiddocContent),
}),
},
}
Expand Down

0 comments on commit 018ae7a

Please sign in to comment.