Skip to content

Commit

Permalink
remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
yuunlimm committed Oct 16, 2024
1 parent 8c5ce3e commit 86c4e9e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions rust/integration-tests/src/diff_tests/all_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,24 +194,6 @@ mod test {
}
}

// fn get_processor_map() -> HashMap<String, Arc<Box<dyn ProcessorTestHelper>>> {
// let mut processor_map: HashMap<String, Arc<Box<dyn ProcessorTestHelper>>> = HashMap::new();
// processor_map.insert(
// "events_processor".to_string(),
// Arc::new(Box::new(EventsProcessorTestHelper) as Box<dyn ProcessorTestHelper>),
// );
// processor_map.insert(
// "fungible_asset_processor".to_string(),
// Arc::new(Box::new(FungibleAssetProcessorTestHelper) as Box<dyn ProcessorTestHelper>),
// );
// processor_map.insert(
// "token_v2_processor".to_string(),
// Arc::new(Box::new(TokenV2ProcessorTestHelper) as Box<dyn ProcessorTestHelper>),
// );
//
// processor_map
// }

fn get_processor_configs() -> Vec<TestProcessorConfig> {
vec![
TestProcessorConfig {
Expand Down

0 comments on commit 86c4e9e

Please sign in to comment.