Skip to content

Commit

Permalink
Update test/integration/child/withdrawals/ChildAxelarBridgeWithdrawIM…
Browse files Browse the repository at this point in the history
…X.t.sol

Co-authored-by: Ermyas Abebe <[email protected]>
  • Loading branch information
wcgcyx and ermyas authored Nov 6, 2023
1 parent 0044293 commit 67e9094
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ contract ChildERC20BridgeWithdrawIMXIntegrationTest is
childBridge.withdrawIMX{value: withdrawFee + withdrawAmount}(withdrawAmount);
}

function test_WithdrawIMXEmitsAxelarMessageEvent() public {
function test_WithdrawIMX_EmitsAxelarMessageEvent() public {
uint256 withdrawFee = 300;
uint256 withdrawAmount = 7 ether;

Expand Down

0 comments on commit 67e9094

Please sign in to comment.