diff --git a/crates/telos/node/tests/integration.rs b/crates/telos/node/tests/integration.rs index a2379580e7cc..83274faaf0b6 100644 --- a/crates/telos/node/tests/integration.rs +++ b/crates/telos/node/tests/integration.rs @@ -37,7 +37,7 @@ use reth::rpc::types::{TransactionInput, TransactionRequest}; pub type TestProvider = FillProvider>, ReqwestProvider, Http, Ethereum>; #[tokio::test] -async fn testing_lite_chain() { +async fn testing_chain_sync() { env_logger::builder().is_test(true).try_init().unwrap(); info!("Starting test node");