Skip to content

Commit

Permalink
Update tranches.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevick10 authored Dec 17, 2024
1 parent 3e190bf commit 6d1e2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/pool-system/src/tranches.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2064,7 +2064,7 @@ pub mod test {
fn replace_tranche_less_interest_than_next_works() {
let mut tranches = default_tranches();

// ensure we have an interest rate lower than the the left side tranche with a
// ensure we have an interest rate lower than the left side tranche with a
// lower index, e.g. lower than 10% at index 1
let int_per_sec = Rate::one() / Rate::saturating_from_integer(SECS_PER_YEAR);
let min_risk_buffer = Perquintill::from_rational(4u64, 5);
Expand Down

0 comments on commit 6d1e2be

Please sign in to comment.