Skip to content

Commit

Permalink
Update test-suites/pool-edge.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: miguelmtz <[email protected]>
  • Loading branch information
eboadom and miguelmtzinf authored Nov 14, 2022
1 parent 94f0843 commit 5d0a1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suites/pool-edge.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,7 @@ makeSuite('Pool: Edge cases', (testEnv: TestEnv) => {

await advanceTimeAndBlock(10000);

// "Clean" update, that should not increase the liquidity index, only variable borrow
// "Clean" update, that should not increase the liquidity index, only stable borrow
await pool
.connect(depositor.signer)
.deposit(
Expand Down

0 comments on commit 5d0a1aa

Please sign in to comment.