From b808a0e32f04e3a909f7a62f998a2ff6ff084e90 Mon Sep 17 00:00:00 2001 From: antiyro Date: Thu, 23 May 2024 15:07:55 +0200 Subject: [PATCH] added Juno sync test --- unit_tests/tests/test_syncing.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/tests/test_syncing.rs b/unit_tests/tests/test_syncing.rs index 0cf2c0c..3fab296 100644 --- a/unit_tests/tests/test_syncing.rs +++ b/unit_tests/tests/test_syncing.rs @@ -32,7 +32,7 @@ async fn syncing(clients: HashMap>) { let response_node_c = node_c .syncing() .await - .expect("Error while getting sync status from node C"); + .expect("Error while getting sync status from juno node"); assert_sync_status(response_deoxys, response_pathfinder, response_node_c); }