diff --git a/integration-tests/src/test_loop/tests/resharding_v3.rs b/integration-tests/src/test_loop/tests/resharding_v3.rs index 74816ff3a51..6a7b1556895 100644 --- a/integration-tests/src/test_loop/tests/resharding_v3.rs +++ b/integration-tests/src/test_loop/tests/resharding_v3.rs @@ -9,7 +9,7 @@ use near_primitives::shard_layout::ShardLayout; use near_primitives::state_record::StateRecord; use near_primitives::types::{AccountId, ShardId}; use near_primitives::version::{ProtocolFeature, PROTOCOL_VERSION}; -use near_store::ShardUId; +use near_store::{get_account, get_delayed_receipt_indices, ShardUId}; use std::collections::{BTreeMap, HashMap}; use std::sync::Arc; @@ -110,7 +110,7 @@ fn test_resharding_v3_base(chunk_ranges_to_drop: HashMap