From c177a810765fdc2b2ce1c7bfe32b8f63b2765d07 Mon Sep 17 00:00:00 2001 From: Lasse Herskind <16536249+LHerskind@users.noreply.github.com> Date: Mon, 30 Aug 2021 13:49:50 +0200 Subject: [PATCH] fix: Additional context in test name in `interest-overflow.spec.ts` --- test-suites/interest-overflow.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suites/interest-overflow.spec.ts b/test-suites/interest-overflow.spec.ts index 90e9170bd..e4808781f 100644 --- a/test-suites/interest-overflow.spec.ts +++ b/test-suites/interest-overflow.spec.ts @@ -288,7 +288,7 @@ makeSuite('Interest rate and index overflow', (testEnv) => { ).to.be.revertedWith(RL_VARIABLE_BORROW_INDEX_OVERFLOW); }); - it('cumulateToLiquidityIndex with liquidityIndex > type(uint128).max', async () => { + it('cumulateToLiquidityIndex with liquidityIndex > type(uint128).max (reverts)', async () => { const { pool, users, dai, aDai, addressesProvider } = testEnv; const toBorrow = BigNumber.from(2).pow(80);