Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
ligustah committed Apr 11, 2024
1 parent 458fa87 commit a1fdb88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/p2p_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ mod build {
supported_chain_ids: "7777777".to_string(),
trusted_peers: None,
node_id: Some(i),
external_address: None,
interactive: false,
};

let ctl = mintpool::run::start_services(&config).await.unwrap();
Expand Down

0 comments on commit a1fdb88

Please sign in to comment.