Skip to content

Commit

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

expect(registerPublicDidSpy).toHaveBeenCalledWith(
Expand Down Expand Up @@ -403,6 +404,7 @@ describe('IndyVdrIndyDidRegistrar', () => {
namespaceIdentifier: 'B6xaJg1c2xU3D9ppCtt1CZ',
verificationKey: expect.any(Key),
alias: 'Hello',
role: 'STEWARD',
diddocContent: {
'@context': [],
authentication: [],
Expand Down Expand Up @@ -584,6 +586,7 @@ describe('IndyVdrIndyDidRegistrar', () => {
verificationKey: expect.any(Key),
alias: 'Hello',
diddocContent: undefined,
role: 'STEWARD',
})

expect(registerPublicDidSpy).toHaveBeenCalledWith(
Expand Down

0 comments on commit d38aa53

Please sign in to comment.