Skip to content

Commit

Permalink
fix itests
Browse files Browse the repository at this point in the history
  • Loading branch information
aarshkshah1992 committed Jan 10, 2024
1 parent aef0fdd commit 733a98f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
10 changes: 1 addition & 9 deletions integration_tests/src/tests/extend_sectors_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ use fil_actor_miner::{
use fil_actor_verifreg::Method as VerifregMethod;
use fil_actors_runtime::runtime::Policy;
use fil_actors_runtime::test_utils::{make_piece_cid, make_sealed_cid};
use fil_actors_runtime::{
DealWeight, EPOCHS_IN_DAY, STORAGE_MARKET_ACTOR_ADDR, VERIFIED_REGISTRY_ACTOR_ADDR,
};
use fil_actors_runtime::{DealWeight, EPOCHS_IN_DAY, VERIFIED_REGISTRY_ACTOR_ADDR};
use fvm_ipld_bitfield::BitField;
use fvm_shared::address::Address;
use fvm_shared::bigint::Zero;
Expand Down Expand Up @@ -690,12 +688,6 @@ pub fn extend_updated_sector_with_claims_test(v: &dyn VM) {
)],
..Default::default()
},
ExpectInvocation {
from: miner_id,
to: STORAGE_MARKET_ACTOR_ADDR,
method: fil_actor_market::Method::GetDealDataCommitmentExported as u64,
..Default::default()
},
Expect::reward_this_epoch(miner_id),
Expect::power_current_total(miner_id),
Expect::power_update_pledge(miner_id, None),
Expand Down
6 changes: 0 additions & 6 deletions integration_tests/src/tests/replica_update_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1078,12 +1078,6 @@ pub fn replica_update_verified_deal_test(v: &dyn VM) {
events: vec![claim_event],
..Default::default()
},
ExpectInvocation {
from: miner_id,
to: STORAGE_MARKET_ACTOR_ADDR,
method: fil_actor_market::Method::GetDealDataCommitmentExported as u64,
..Default::default()
},
Expect::reward_this_epoch(miner_id),
Expect::power_current_total(miner_id),
Expect::power_update_pledge(miner_id, None),
Expand Down

0 comments on commit 733a98f

Please sign in to comment.