Skip to content

Commit

Permalink
tests passing
Browse files Browse the repository at this point in the history
  • Loading branch information
alexytsu committed Aug 30, 2023
1 parent b820b60 commit dc1e2ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actors/market/tests/harness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,7 @@ pub fn process_deal_updates(
let params = IpldBlock::serialize_cbor(&params).unwrap();

rt.set_caller(*ACCOUNT_ACTOR_CODE_ID, caller);
rt.expect_validate_caller_any();
let res =
rt.call::<MarketActor>(Method::ProcessDealUpdatesExported as u64, params).unwrap().unwrap();
let res: ProcessDealsReturn = res.deserialize().unwrap();
Expand Down

0 comments on commit dc1e2ec

Please sign in to comment.