Skip to content

Commit

Permalink
return early if bad throttle combo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmckelvy1 committed Sep 26, 2024
1 parent 9faf99b commit 3376a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/RTokenExtremes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ describe(`RTokenP${IMPLEMENTATION} contract`, () => {
await expect(
rToken.connect(owner).setThrottleParams(issuanceThrottleParams, redemptionThrottleParams)
).to.be.revertedWith('redemption throttle too low')
return
}

// Recharge throttle
Expand Down

0 comments on commit 3376a76

Please sign in to comment.