From 0e32a83b072d5567f8d5230d6fa45c45489f3554 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 bf32b175e..370e6ccc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1958,7 +1958,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 7ae9ea9b8..c9e3f66ed 100644 --- a/actors/market/tests/market_actor_test.rs +++ b/actors/market/tests/market_actor_test.rs @@ -2475,7 +2475,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);