Skip to content

Commit

Permalink
fix: Additional context in test name in interest-overflow.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Aug 30, 2021
1 parent ad97619 commit c177a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suites/interest-overflow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c177a81

Please sign in to comment.