Skip to content

Commit

Permalink
Merge pull request #125 from nkongsuwan/patch-1
Browse files Browse the repository at this point in the history
Update challenge.ts
  • Loading branch information
rodolfomiranda authored Nov 9, 2023
2 parents 9f020f2 + 82f82e0 commit d5e041a
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 d5e041a

Please sign in to comment.