diff --git a/integration_tests/src/tests/commit_post_test.rs b/integration_tests/src/tests/commit_post_test.rs index b8736fd52..d9555c98a 100644 --- a/integration_tests/src/tests/commit_post_test.rs +++ b/integration_tests/src/tests/commit_post_test.rs @@ -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() }, ]),