Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
kamuik16 committed Dec 14, 2024
1 parent 9e2291d commit 649821f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions protocols/identify/tests/smoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,7 @@ async fn configured_interval_starts_after_first_identify() {

#[async_std::test]
async fn reject_mismatched_public_key() {
let _ = tracing_subscriber::fmt()
.with_env_filter(EnvFilter::from_default_env())
.try_init();
libp2p_logging::with_default_env_filter();

let mut honest_swarm = Swarm::new_ephemeral(|identity| {
identify::Behaviour::new(
Expand Down

0 comments on commit 649821f

Please sign in to comment.