Skip to content

Commit

Permalink
added Juno sync test
Browse files Browse the repository at this point in the history
  • Loading branch information
antiyro committed May 23, 2024
1 parent 87ee0e7 commit b808a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/tests/test_syncing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async fn syncing(clients: HashMap<String, JsonRpcClient<HttpTransport>>) {
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);
}
Expand Down

0 comments on commit b808a0e

Please sign in to comment.