Skip to content

Commit

Permalink
fix: function is called with role
Browse files Browse the repository at this point in the history
  • Loading branch information
auer-martin committed Jun 21, 2023
1 parent 5f5c546 commit 0e2693b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ describe('IndyVdrIndyDidRegistrar', () => {
verificationKey: expect.any(Key),
alias: 'Hello',
diddocContent: undefined,
role: 'STEWARD',
})

expect(registerPublicDidSpy).toHaveBeenCalledWith(agentContext, poolMock, undefined)
Expand Down

0 comments on commit 0e2693b

Please sign in to comment.