Skip to content

Commit

Permalink
test(AxelarServiceGovernance): event check
Browse files Browse the repository at this point in the history
  • Loading branch information
re1ro committed Jun 4, 2024
1 parent d7ca1a3 commit 965bb2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/governance/AxelarServiceGovernance.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,8 @@ describe('AxelarServiceGovernance', () => {
await expect(await serviceGovernance.multisig()).to.equal(newMultisig);

await expectRevert(
async (gasOptions) => serviceGovernance.connect(multisig).transferMultisig(newMultisig, gasOptions),
async (gasOptions) =>
serviceGovernance.connect(governanceAddress.address).transferMultisig(newMultisig, gasOptions),
serviceGovernance,
'NotAuthorized',
);
Expand Down

0 comments on commit 965bb2c

Please sign in to comment.