mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
change contracts vars declaration
This commit is contained in:
parent
18e19b4f84
commit
0ac28cd89e
|
@ -26,10 +26,10 @@ describe("AToken: Transfer", () => {
|
|||
let wallets: Signer[];
|
||||
let deployer: Signer;
|
||||
let users: Signer[];
|
||||
let _aDai = {} as AToken;
|
||||
let _dai = {} as MintableErc20;
|
||||
let _lendingPool = {} as LendingPool;
|
||||
let _lendingPoolCore = {} as LendingPoolCore;
|
||||
let _aDai: AToken;
|
||||
let _dai: MintableErc20;
|
||||
let _lendingPool: LendingPool;
|
||||
let _lendingPoolCore: LendingPoolCore;
|
||||
const NOT_LENDING_POOL_MSG =
|
||||
"The caller of this function must be a lending pool";
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user