Skip to content

Commit

Permalink
[fix] change port number and peers number parity
Browse files Browse the repository at this point in the history
Signed-off-by: VAmuzing <amuzik95@gmail.com>
  • Loading branch information
VAmuzing committed Feb 23, 2024
1 parent c29cde7 commit f04cda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/integration/status_response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fn status_eq_excluding_uptime_and_queue(lhs: &Status, rhs: &Status) -> bool {

#[test]
fn json_and_scale_statuses_equality() -> Result<()> {
let (_rt, network, client) = Network::start_test_with_runtime(1, Some(10_935));
let (_rt, network, client) = Network::start_test_with_runtime(2, Some(11_200));
wait_for_genesis_committed(&network.clients(), 0);

let json_status_zero = client.get_status().unwrap();
Expand Down

0 comments on commit f04cda0

Please sign in to comment.