Skip to content

Commit

Permalink
remove log init from test (#2185)
Browse files Browse the repository at this point in the history
this used to break nightly
  • Loading branch information
leonardoalt authored Dec 2, 2024
1 parent a2eb9ad commit d2e110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/tests/mock_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn col<const N: usize>(name: &str, values: [u64; N]) -> (String, Vec<GoldilocksF
}

fn init_logger() {
env_logger::builder().is_test(true).init();
env_logger::builder().is_test(true);
}

#[test]
Expand Down

0 comments on commit d2e110f

Please sign in to comment.