Skip to content

Commit

Permalink
Change back test name in order for CI file to not filter it out woops
Browse files Browse the repository at this point in the history
  • Loading branch information
guilledk committed Nov 29, 2024
1 parent 98b4adb commit bc4b62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/telos/node/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use reth::rpc::types::{TransactionInput, TransactionRequest};
pub type TestProvider = FillProvider<JoinFill<Identity, WalletFiller<EthereumWallet>>, ReqwestProvider, Http<Client>, 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");
Expand Down

0 comments on commit bc4b62d

Please sign in to comment.