From 86c4e9eaca4c4c9678804bd191f80682d2a45a89 Mon Sep 17 00:00:00 2001 From: yuunlimm Date: Wed, 16 Oct 2024 11:02:26 -0700 Subject: [PATCH] remove commented out code --- .../src/diff_tests/all_tests.rs | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/rust/integration-tests/src/diff_tests/all_tests.rs b/rust/integration-tests/src/diff_tests/all_tests.rs index 20c1ba40d..359f25c5d 100644 --- a/rust/integration-tests/src/diff_tests/all_tests.rs +++ b/rust/integration-tests/src/diff_tests/all_tests.rs @@ -194,24 +194,6 @@ mod test { } } - // fn get_processor_map() -> HashMap>> { - // let mut processor_map: HashMap>> = HashMap::new(); - // processor_map.insert( - // "events_processor".to_string(), - // Arc::new(Box::new(EventsProcessorTestHelper) as Box), - // ); - // processor_map.insert( - // "fungible_asset_processor".to_string(), - // Arc::new(Box::new(FungibleAssetProcessorTestHelper) as Box), - // ); - // processor_map.insert( - // "token_v2_processor".to_string(), - // Arc::new(Box::new(TokenV2ProcessorTestHelper) as Box), - // ); - // - // processor_map - // } - fn get_processor_configs() -> Vec { vec![ TestProcessorConfig {