Skip to content

Commit

Permalink
fix: add logging back
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Dec 24, 2024
1 parent b7da94b commit 8f1031c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/services/gas_price_service/src/v1/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,9 @@ fn arb_block() -> Block<Transaction> {

#[tokio::test]
async fn uninitialized_task__init__if_metadata_behind_l2_height_then_sync() {
let _ = tracing_subscriber::fmt()
.with_max_level(tracing::Level::DEBUG)
.try_init();
// given
let metadata_height = 100;
let l2_height = 200;
Expand Down

0 comments on commit 8f1031c

Please sign in to comment.