Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-kl committed Jan 28, 2025
1 parent d8dc5cc commit ebf2473
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 0 additions & 2 deletions integration_tests/src/synchronizer_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ use tokio::{

use super::common::*;



#[tokio::test]
#[serial]
#[named]
Expand Down
10 changes: 1 addition & 9 deletions tests/setup/src/rocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ impl RocksTestEnvironment {
let static_details =
spec_asset_class_list.choose_multiple(&mut rng, cnt).cloned().collect::<Vec<_>>();

let static_details = RocksTestEnvironmentSetup::static_data_for_different_types(
let static_details = RocksTestEnvironmentSetup::generate_static_data_with_asset_list(
&pubkeys,
slot,
&static_details,
Expand Down Expand Up @@ -241,14 +241,6 @@ impl RocksTestEnvironmentSetup {
Self::generate_static_data(pubkeys, slot, SpecificationAssetClass::Nft)
}

pub fn static_data_for_different_types(
pubkeys: &[Pubkey],
slot: u64,
spec_asset_class_list: &[SpecificationAssetClass],
) -> Vec<AssetStaticDetails> {
Self::generate_static_data_with_asset_list(pubkeys, slot, spec_asset_class_list)
}

fn generate_static_data(
pubkeys: &[Pubkey],
slot: u64,
Expand Down

0 comments on commit ebf2473

Please sign in to comment.