Skip to content

Commit

Permalink
export multisig step fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Feb 2, 2024
1 parent a10ead6 commit 24dc1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cucumber/steps/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ module.exports = function getSteps(options) {
When('I export the multisig', async function () {
this.msigExp = await this.kcl.exportMultisig(
this.handle,
algosdk.multisigAddress(this.msig)
algosdk.multisigAddress(this.msig).toString()
);
return this.msigExp;
});
Expand Down

0 comments on commit 24dc1a9

Please sign in to comment.