Skip to content

Commit 7c5f885

Browse files
authored
fix(anvil): Fix tracing-subscriber initialization conflict in EIP4844 test (#10249)
1 parent 5409915 commit 7c5f885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/anvil/tests/it/eip4844.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ async fn can_correctly_estimate_blob_gas_with_recommended_fillers_with_signer()
300300
// <https://github.com/foundry-rs/foundry/issues/9924>
301301
#[tokio::test]
302302
async fn can_bypass_sidecar_requirement() {
303-
tracing_subscriber::fmt::init();
303+
crate::init_tracing();
304304
let node_config = NodeConfig::test()
305305
.with_hardfork(Some(EthereumHardfork::Cancun.into()))
306306
.with_auto_impersonate(true);

0 commit comments

Comments
 (0)