Skip to content

Commit

Permalink
Update test/governance/AxelarServiceGovernance.js
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
re1ro and milapsheth authored Jun 4, 2024
1 parent 6535e56 commit 0126b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/governance/AxelarServiceGovernance.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ describe('AxelarServiceGovernance', () => {
});


it('should trasfer multisig by a governance proposal', async () => {
it('should transfer multisig by a governance proposal', async () => {
const govCommandID = formatBytes32String('10');
const newMultisig = serviceGovernance.address;
const transferCalldata = serviceGovernance.interface.encodeFunctionData('transferMultisig', [newMultisig]);
Expand Down

0 comments on commit 0126b80

Please sign in to comment.