Skip to content

Commit

Permalink
update import in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Nov 12, 2024
1 parent 550f78f commit f47bdc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamer/src/nonblocking/testing_utilities.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use {
solana_perf::packet::PacketBatch,
solana_quic_definitions::{QUIC_KEEP_ALIVE, QUIC_MAX_TIMEOUT},
solana_sdk::net::DEFAULT_TPU_COALESCE,
solana_signer::keypair::Keypair,
solana_keypair::Keypair,
std::{
net::{SocketAddr, UdpSocket},
sync::{atomic::AtomicBool, Arc, RwLock},
Expand Down

0 comments on commit f47bdc9

Please sign in to comment.