Skip to content

Commit

Permalink
Remove extra code from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchTurner committed Dec 9, 2024
1 parent 00daced commit 9fe913c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/services/gas_price_service/src/v1/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -436,10 +436,6 @@ async fn run__new_l2_block_saves_old_metadata() {

// cleanup
service.shutdown().await.unwrap();

// then
let metadata_is_some = metadata_inner.lock().unwrap().is_some();
assert!(metadata_is_some)
}

#[derive(Clone)]
Expand Down

0 comments on commit 9fe913c

Please sign in to comment.