mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: move cli trace helpers to reth-tracing (#820)
This commit is contained in:
@ -34,7 +34,7 @@ pub fn rng_transaction(rng: &mut impl rand::RngCore) -> TransactionSigned {
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn test_get_body() {
|
||||
reth_tracing::init_tracing();
|
||||
reth_tracing::init_test_tracing();
|
||||
let mut rng = rand::thread_rng();
|
||||
let mock_provider = Arc::new(MockEthProvider::default());
|
||||
|
||||
@ -77,7 +77,7 @@ async fn test_get_body() {
|
||||
|
||||
#[tokio::test(flavor = "multi_thread")]
|
||||
async fn test_get_header() {
|
||||
reth_tracing::init_tracing();
|
||||
reth_tracing::init_test_tracing();
|
||||
let mut rng = rand::thread_rng();
|
||||
let mock_provider = Arc::new(MockEthProvider::default());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user