Skip to content

Commit 661abf4

Browse files
committed
export multisig step fix
1 parent 96275ad commit 661abf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cucumber/steps/steps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ module.exports = function getSteps(options) {
582582
When('I export the multisig', async function () {
583583
this.msigExp = await this.kcl.exportMultisig(
584584
this.handle,
585-
algosdk.multisigAddress(this.msig)
585+
algosdk.multisigAddress(this.msig).toString()
586586
);
587587
return this.msigExp;
588588
});

0 commit comments

Comments
 (0)