mirror of
https://github.com/Instadapp/aave-protocol-v2.git
synced 2024-07-29 21:47:30 +00:00
test: fixed test file name, grammar error
This commit is contained in:
parent
c549da6f35
commit
51e0bf66e8
|
@ -43,7 +43,7 @@ makeSuite('Borrow/repay in the same tx', (testEnv: TestEnv) => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Executes a test borrow/repay in the same transaction at stabke (revert expected)', async () => {
|
it('Executes a test borrow/repay in the same transaction at stable (revert expected)', async () => {
|
||||||
await expect(testContract.executeBorrowRepayStable()).to.be.revertedWith(
|
await expect(testContract.executeBorrowRepayStable()).to.be.revertedWith(
|
||||||
VL_SAME_BLOCK_BORROW_REPAY,
|
VL_SAME_BLOCK_BORROW_REPAY,
|
||||||
'Borrow/repay in the same transaction did not revert as expected'
|
'Borrow/repay in the same transaction did not revert as expected'
|
Loading…
Reference in New Issue
Block a user