From f9735a638af2a688fb490900ee68e5691452541e Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Fri, 22 Apr 2022 16:04:04 +0200 Subject: [PATCH] fixup --- Cargo.lock | 4 ---- actors/market/tests/market_actor_test.rs | 1 - 2 files changed, 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7d082823..790195402 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1945,7 +1945,3 @@ name = "winapi-x86_64-pc-windows-gnu" version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" - -[[patch.unused]] -name = "fvm_ipld_hamt" -version = "0.5.0" diff --git a/actors/market/tests/market_actor_test.rs b/actors/market/tests/market_actor_test.rs index 94b366aea..24718f357 100644 --- a/actors/market/tests/market_actor_test.rs +++ b/actors/market/tests/market_actor_test.rs @@ -1389,7 +1389,6 @@ where dobe.for_each(epoch, |id| { assert_eq!(epoch % deal_updates_interval, (id as i64) % deal_updates_interval); count += 1; - Ok(()) }) .unwrap(); assert_eq!(n, count, "unexpected deal count at epoch {}", epoch);