From bc4b62db692c8f94fc33970640ca7189998adacc Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Fri, 29 Nov 2024 11:47:06 -0300 Subject: [PATCH] Change back test name in order for CI file to not filter it out woops --- crates/telos/node/tests/integration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");