From e65099ab32a384b89ebfc5fce7dcda0583666035 Mon Sep 17 00:00:00 2001 From: zenground0 Date: Sun, 26 May 2024 13:54:46 -0600 Subject: [PATCH] Finish review response --- integration_tests/src/tests/commit_post_test.rs | 2 ++ 1 file changed, 2 insertions(+) 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() }, ]),