Skip to content

Commit

Permalink
Update challenge.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nkongsuwan authored Nov 2, 2023
1 parent 6282052 commit 82f82e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/integration-scripts/challenge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ async function run() {

// List Client 1 contacts
let contacts1 = await client1.contacts().list();
assert.equal(contacts1[0].alias, 'bob');
assert.equal(contacts1[3].alias, 'bob');

// Bob responds to Alice challenge
await client2.challenges().respond('bob', aid1.i, challenge1_small.words);
Expand Down

0 comments on commit 82f82e0

Please sign in to comment.