Skip to content

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
CheyenneAtapour committed Jul 11, 2024
1 parent acd5d82 commit a03bad2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 0 additions & 3 deletions contracts/src/v0.8/ccip/test/BaseTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {StdUtils} from "forge-std/StdUtils.sol";
import {MockARM} from "./mocks/MockARM.sol";
import {StructFactory} from "./StructFactory.sol";


contract BaseTest is Test, StructFactory {
bool private s_baseTestInitialized;

Expand All @@ -30,6 +29,4 @@ contract BaseTest is Test, StructFactory {

s_mockARM = new MockARM();
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,7 @@ contract GhoTokenPoolRemote_setChainRateLimiterConfig is GhoTokenPoolRemoteSetup

vm.expectRevert(abi.encodeWithSelector(UpgradeableTokenPool.NonExistentChain.selector, wrongChainSelector));
changePrank(AAVE_DAO);
s_pool.setChainRateLimiterConfig(
wrongChainSelector,
getOutboundRateLimiterConfig(),
getInboundRateLimiterConfig()
);
s_pool.setChainRateLimiterConfig(wrongChainSelector, getOutboundRateLimiterConfig(), getInboundRateLimiterConfig());
}
}

Expand Down

0 comments on commit a03bad2

Please sign in to comment.