Skip to content

Commit

Permalink
fix assertion error
Browse files Browse the repository at this point in the history
Signed-off-by: Nuttawut Kongsuwan <[email protected]>
  • Loading branch information
nkongsuwan committed Dec 3, 2023
1 parent fc441ff commit c02e182
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/integration-scripts/delegation-multisig.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ test('delegation-multisig', async () => {
console.log('Delegated multisig created!');

const aid_delegate = await client1.identifiers().get('multisig');
assert.equal(aid_delegate, delegatePrefix);
console.log('Delegation approved for aid:', delegatePrefix);
assert.equal(aid_delegate.prefix, delegatePrefix);
}, 30000);

async function waitForOp(client:signify.SignifyClient, op:any) {
Expand Down

0 comments on commit c02e182

Please sign in to comment.