Skip to content

Commit

Permalink
Fixes for nodejs tests
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Stas <patrik.stas@absa.africa>
  • Loading branch information
Patrik-Stas committed Oct 27, 2020
1 parent bdb0d30 commit 0f7c90d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agents/node/vcxagent-core/demo/alice.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ async function runAlice (options) {
assert(msgs.length === 5)
assert(msgs[0].uid)
assert(msgs[0].statusCode)
assert(msgs[0].decryptedPayload)
const payload = JSON.parse(msgs[0].decryptedPayload)
assert(msgs[0].decryptedMsg)
const payload = JSON.parse(msgs[0].decryptedMsg)
assert(payload["@id"])
assert(payload["@type"])

Expand Down

0 comments on commit 0f7c90d

Please sign in to comment.