Remove straggler install_tracing()
This was removed in the PR but the actual squashed commit still had it. 🤔
This commit is contained in:
parent
f2052b398b
commit
83f0747490
|
@ -475,7 +475,7 @@ mod tests {
|
|||
#[tokio::test]
|
||||
#[spandoc::spandoc]
|
||||
async fn header_solution() -> Result<(), Report> {
|
||||
install_tracing();
|
||||
zebra_test::init();
|
||||
|
||||
// Service variables
|
||||
let state_service = Box::new(zebra_state::in_memory::init());
|
||||
|
|
Loading…
Reference in New Issue