Skip to content

Commit

Permalink
test(pallet-market): deal from the past
Browse files Browse the repository at this point in the history
  • Loading branch information
th7nder committed Jul 8, 2024
1 parent 5a2f079 commit f8643e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/market/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ fn verify_deals_for_activation_fails_deal_not_in_pending() {
}

#[test]
fn verify_deals_for_activation_fails_sector_activation_after_start_block() {
fn verify_deals_for_activation_fails_sector_activation_on_deal_from_the_past() {
new_test_ext().execute_with(|| {
// current_block == sector_activation when calling `verify_deals_for_activation`
// wait a couple of blocks so deal cannot be activated, because it's too late.
Expand Down

0 comments on commit f8643e9

Please sign in to comment.