Remove straggler install_tracing()

This was removed in the PR but the actual squashed commit still had it. 🤔
This commit is contained in:
Deirdre Connolly 2020-07-08 16:33:24 -04:00 committed by Deirdre Connolly
parent f2052b398b
commit 83f0747490
1 changed files with 1 additions and 1 deletions

View File

@ -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());