Skip to content

Commit

Permalink
fix some imports in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jan 1, 2025
1 parent 416c9ee commit 6b97eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gossip/src/crds_value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ mod test {
super::*,
crate::crds_data::{LowestSlot, NodeInstance, Vote},
bincode::deserialize,
rand0_7::{Rng, SeedableRng},
rand_chacha0_2::ChaChaRng,
rand::{Rng, SeedableRng},
rand_chacha::ChaChaRng,
solana_perf::test_tx::new_test_vote_tx,
solana_sdk::{
signature::{Keypair, Signer},
Expand Down

0 comments on commit 6b97eb5

Please sign in to comment.