mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
- Added test for onlyOwner on setMarketId()
This commit is contained in:
parent
43712d8a2b
commit
3d6150a729
|
@ -18,6 +18,7 @@ makeSuite('LendingPoolAddressesProvider', (testEnv: TestEnv) => {
|
||||||
await addressesProvider.transferOwnership(users[1].address);
|
await addressesProvider.transferOwnership(users[1].address);
|
||||||
|
|
||||||
for (const contractFunction of [
|
for (const contractFunction of [
|
||||||
|
addressesProvider.setMarketId,
|
||||||
addressesProvider.setLendingPoolImpl,
|
addressesProvider.setLendingPoolImpl,
|
||||||
addressesProvider.setLendingPoolConfiguratorImpl,
|
addressesProvider.setLendingPoolConfiguratorImpl,
|
||||||
addressesProvider.setLendingPoolCollateralManager,
|
addressesProvider.setLendingPoolCollateralManager,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user