Skip to content

Commit

Permalink
correct test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Sep 26, 2024
1 parent 5c361a5 commit c5b2658
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions actors/miner/tests/fip0081_initial_pledge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fn initial_pledge_pre_ramp() {
);
}

// On-ramp where 'baseline power' (85%).
// On-ramp where 'baseline power' is at 85% and `simple power` is at 15%.
#[test]
fn initial_pledge_on_ramp_mid() {
let initial_pledge = initial_pledge_for_power(
Expand All @@ -113,7 +113,7 @@ fn initial_pledge_on_ramp_mid() {
);
}

// On-ramp where 'baseline power' (85%).
// After-ramp where 'baseline power' is at 70% and `simple power` is at 30%.
#[test]
fn initial_pledge_after_ramp() {
let initial_pledge = initial_pledge_for_power(
Expand All @@ -131,7 +131,7 @@ fn initial_pledge_after_ramp() {
);
}

// Post-ramp where 'baseline power' has reduced effect (97%).
// On-ramp where 'baseline power' has reduced effect (97%).
#[test]
fn initial_pledge_on_ramp_early() {
let initial_pledge = initial_pledge_for_power(
Expand All @@ -149,7 +149,7 @@ fn initial_pledge_on_ramp_early() {
);
}

// Post-ramp, first epoch, pledge should be 97% 'baseline' + 3% simple.
// On-ramp, first epoch, pledge should be 97% 'baseline' + 3% simple.
#[test]
fn initial_pledge_on_ramp_step() {
let initial_pledge = initial_pledge_for_power(
Expand Down

0 comments on commit c5b2658

Please sign in to comment.