Skip to content

Commit

Permalink
test(did-comm) Fix coordinate-mediation-message-handler test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
codynhat committed Jan 30, 2023
1 parent bda100c commit a762bd2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ describe('coordinate-mediation-message-handler', () => {
return_route: 'all',
id: msgid,
to: mediator.did,
created_time: expect.anything(),
type: 'https://didcomm.org/coordinate-mediation/2.0/mediate-request',
},
metaData: { packing: 'authcrypt' },
Expand All @@ -216,6 +217,7 @@ describe('coordinate-mediation-message-handler', () => {
id: expect.anything(),
thid: msgid,
to: recipient.did,
created_time: expect.anything(),
type: 'https://didcomm.org/coordinate-mediation/2.0/mediate-grant',
},
metaData: { packing: 'authcrypt' },
Expand Down

0 comments on commit a762bd2

Please sign in to comment.