Skip to content

Commit

Permalink
Fix nodejs
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <[email protected]>
  • Loading branch information
Patrik-Stas committed Aug 22, 2023
1 parent 5d0a6af commit 25f1e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agents/node/vcxagent-core/test/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ module.exports.createPairedAliceAndFaberViaOobMsg = async function createPairedA
const pwInfo = await faber.publishService(endpoint)
const msg = await faber.createOobMessageWithDid()
await alice.createConnectionUsingOobMessage(msg)
await alice.updateConnection(MediatedConnectionStateType.Responded)
await alice.updateConnection(MediatedConnectionStateType.Requested)
return { alice, faber, pwInfo }
}
const f2 = async (alice, faber, pwInfo, message) => {
Expand Down

0 comments on commit 25f1e1e

Please sign in to comment.