We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5409915 commit 7c5f885Copy full SHA for 7c5f885
crates/anvil/tests/it/eip4844.rs
@@ -300,7 +300,7 @@ async fn can_correctly_estimate_blob_gas_with_recommended_fillers_with_signer()
300
// <https://github.com/foundry-rs/foundry/issues/9924>
301
#[tokio::test]
302
async fn can_bypass_sidecar_requirement() {
303
- tracing_subscriber::fmt::init();
+ crate::init_tracing();
304
let node_config = NodeConfig::test()
305
.with_hardfork(Some(EthereumHardfork::Cancun.into()))
306
.with_auto_impersonate(true);
0 commit comments