Skip to content

Commit

Permalink
Finish review response
Browse files Browse the repository at this point in the history
  • Loading branch information
ZenGround0 committed May 26, 2024
1 parent 8bf4324 commit e65099a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/src/tests/commit_post_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,14 @@ fn setup(v: &dyn VM) -> (MinerInfo, SectorInfo) {
Expect::reward_this_epoch(STORAGE_POWER_ACTOR_ID),
Expect::reward_update_kpi(),
]),
events: Some(vec![]),
..Default::default()
},
ExpectInvocation {
from: CRON_ACTOR_ID,
to: STORAGE_MARKET_ACTOR_ADDR,
method: MarketMethod::CronTick as u64,
events: Some(vec![]),
..Default::default()
},
]),
Expand Down

0 comments on commit e65099a

Please sign in to comment.