Skip to content

Commit

Permalink
Update crates/fuel-gas-price-algorithm/src/v1/tests/update_da_record_…
Browse files Browse the repository at this point in the history
…data_tests.rs

Co-authored-by: Rafał Chabowski <[email protected]>
  • Loading branch information
MitchTurner and rafal-ch authored Oct 31, 2024
1 parent 5f19932 commit 922f3e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ fn update_da_record_data__updates_known_total_cost_if_blocks_are_out_of_order()
let actual = updater.projected_total_da_cost;
assert_eq!(actual, expected);
}

#[test]
fn update_da_record_data__updates_projected_total_cost_if_blocks_are_out_of_order() {
// given
Expand Down

0 comments on commit 922f3e0

Please sign in to comment.