Skip to content

Commit

Permalink
chore: minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jun 26, 2024
1 parent 5b447e8 commit 6d5c544
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions abci/tests/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,7 @@ async fn grpc_server_test(test_name: &str, bind_address: &str) {
}
}

tokio::task::spawn_blocking(move || drop(td))
.await
.expect("tenderdash cleanup");

drop(td);
tracing::info!("Test finished successfully");
}

Expand Down

0 comments on commit 6d5c544

Please sign in to comment.