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 965bb2c commit 1356628
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 @@ -400,7 +400,7 @@ describe('AxelarServiceGovernance', () => {

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

0 comments on commit 1356628

Please sign in to comment.