Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjimmutable committed Oct 31, 2023
1 parent ba6b401 commit c4248b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/utils.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,6 @@ contract Utils is Test {
axelarGasService = new MockAxelarGasService();

axelarAdaptor = new RootAxelarBridgeAdaptor();
axelarAdaptor.initialize(
address(rootBridge), childBridgeName, address(mockAxelarGateway), address(axelarGasService)
);

rootBridge.initialize(
address(axelarAdaptor),
Expand All @@ -60,6 +57,10 @@ contract Utils is Test {
imxTokenAddress,
wethTokenAddress
);

axelarAdaptor.initialize(
address(rootBridge), childBridgeName, address(mockAxelarGateway), address(axelarGasService)
);
}

function setupDeposit(
Expand Down

0 comments on commit c4248b8

Please sign in to comment.