mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
fix: fixed test name typo
This commit is contained in:
parent
f68356971c
commit
5f352674de
|
@ -114,7 +114,7 @@ makeSuite('Permit Delegation', (testEnv: TestEnv) => {
|
||||||
(await variableDebtDai.borrowAllowance(user2.address, user3.address)).toString()
|
(await variableDebtDai.borrowAllowance(user2.address, user3.address)).toString()
|
||||||
).to.be.equal('0');
|
).to.be.equal('0');
|
||||||
});
|
});
|
||||||
it('User 3 borrows variable interest dai on behalf of user 2 via permit', async () => {
|
it('User 3 borrows stable interest dai on behalf of user 2 via permit', async () => {
|
||||||
const {
|
const {
|
||||||
pool,
|
pool,
|
||||||
variableDebtDai,
|
variableDebtDai,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user