Skip to content

Commit

Permalink
add waitoperation
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed May 6, 2024
1 parent 5defb8a commit 317ec3f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/integration-scripts/multisig-join.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,7 @@ describe('multisig-join', () => {
assert.equal(endRoleResult.done, true);
assert.equal(endRoleResult.error, null);

// This operation never resolves!
// await waitOperation(client3, joinOperation);
await waitOperation(client3, joinOperation);
});
});

Expand Down

0 comments on commit 317ec3f

Please sign in to comment.