Skip to content

Commit

Permalink
fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmckelvy1 committed Sep 20, 2024
1 parent 01374d7 commit c2c418f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Facade.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1341,11 +1341,11 @@ describe('Facade + FacadeMonitor contracts', () => {

// Issue some RTokens
await rToken.connect(addr1).issue(issueAmount.div(4))
advanceTime(3600)
await advanceTime(3600)
await rToken.connect(addr1).issue(issueAmount.div(4))
advanceTime(3600)
await advanceTime(3600)
await rToken.connect(addr1).issue(issueAmount.div(4))
advanceTime(3600)
await advanceTime(3600)
await rToken.connect(addr1).issue(issueAmount.div(4))

// check throttles - redemption still fully available
Expand Down

0 comments on commit c2c418f

Please sign in to comment.