From 82f82e0490c2db866563a5be2bcec5f4a750ad4c Mon Sep 17 00:00:00 2001 From: Nuttawut Kongsuwan <58167639+nkongsuwan@users.noreply.github.com> Date: Thu, 2 Nov 2023 09:30:25 +0700 Subject: [PATCH] Update challenge.ts --- examples/integration-scripts/challenge.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/integration-scripts/challenge.ts b/examples/integration-scripts/challenge.ts index 57004b3f..d67ad5bd 100644 --- a/examples/integration-scripts/challenge.ts +++ b/examples/integration-scripts/challenge.ts @@ -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);