Skip to content

Commit

Permalink
Merge branch 'feat/adi-deployment-scripts' of github.com:bgd-labs/adi…
Browse files Browse the repository at this point in the history
…-deploy into feat/granular-guardian
  • Loading branch information
sendra committed Jul 10, 2024
2 parents ee40524 + 7b69769 commit d84c591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/payloads/ArbAdapterPayload.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ contract ArbAdapterUpdatePayloadTest is ADITestBase, DeployArbitrumPayload {
payload = new AaveV3Arbitrum_New_Adapter_Payload(crossChainController, newAdapter);
}


function test_defaultTest() public {
defaultTest(
'test_adi_diffs',
GovernanceV3Arbitrum.CROSS_CHAIN_CONTROLLER,
address(payload),
true
true,
vm
);
}
}

0 comments on commit d84c591

Please sign in to comment.