diff --git a/tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol b/tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol index cf613e009..6c21d60c9 100644 --- a/tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol +++ b/tests/v2-config-engine/AaveV2ConfigEngineTest.t.sol @@ -5,7 +5,7 @@ import {AaveV2EthereumRatesUpdate} from '../mocks/AaveV2EthereumRatesUpdate.sol' import {IAaveV2ConfigEngine} from '../../src/v2-config-engine/IAaveV2ConfigEngine.sol'; import {DeployV2EngineEthLib} from '../../scripts/AaveV2ConfigEngine.s.sol'; import {DeployV2RatesFactoryEthLib} from '../../scripts/V2RateStrategyFactory.s.sol'; -import {AaveV2Ethereum} from 'aave-address-book/AaveAddressBook.sol'; +import {AaveV2Ethereum} from 'aave-address-book/AaveV2Ethereum.sol'; import {AaveV2EthereumAssets} from 'aave-address-book/AaveV2Ethereum.sol'; import {AaveGovernanceV2} from 'aave-address-book/AaveGovernanceV2.sol'; import {IV2RateStrategyFactory} from '../../src/v2-config-engine/IV2RateStrategyFactory.sol';