Skip to content

Commit

Permalink
Update crates/transaction/foundation/src/epoch.rs
Browse files Browse the repository at this point in the history
Co-authored-by: matiasbzurovski <[email protected]>
  • Loading branch information
CyonAlexRDX and matiasbzurovski authored Feb 11, 2025
1 parent 55fe37c commit e3bb745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/transaction/foundation/src/epoch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ mod tests {
}

#[test]
fn epoch_window_is_one_year_for_ridicilus_amount_of_tx() {
fn epoch_window_is_more_than_one_year_for_ridicilus_amount_of_tx() {
let duration = SUT::duration_one_week_or_more_if_many_manifests(13_000);
assert!(duration > (SUT::NUMBER_OF_EPOCHS_PER_WEEK * 52));
}
Expand Down

0 comments on commit e3bb745

Please sign in to comment.