test: fixed test file name, grammar error

This commit is contained in:
emilio 2021-07-27 18:06:32 +02:00
parent c549da6f35
commit 51e0bf66e8

View File

@ -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(
VL_SAME_BLOCK_BORROW_REPAY,
'Borrow/repay in the same transaction did not revert as expected'