Skip to content

Commit

Permalink
fix: properly resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 5, 2024
1 parent 25a5041 commit 111ba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/DeploymentsGasLimits.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ contract DeploymentsGasLimits is BatchTestProcedures {
);
}

function testCheckInitCodeSizeBatchs() pure view {
function testCheckInitCodeSizeBatchs() public pure {
uint16 maxInitCodeSize = 49152;

console.log('AaveV3SetupBatch', type(AaveV3SetupBatch).creationCode.length);
Expand Down

0 comments on commit 111ba64

Please sign in to comment.