Skip to content

Commit

Permalink
[refactor]: Use free ports in tests
Browse files Browse the repository at this point in the history
Signed-off-by: Shanin Roman <shanin1000@yandex.ru>
  • Loading branch information
Erigara committed Mar 11, 2024
1 parent 7b935e5 commit 96f8410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/tests/integration/triggers/trigger_rollback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use test_network::*;

#[test]
fn failed_trigger_revert() -> Result<()> {
let (_rt, _peer, client) = <PeerBuilder>::new().with_port(11_110).start_with_runtime();
let (_rt, _peer, client) = <PeerBuilder>::new().with_port(11_150).start_with_runtime();
wait_for_genesis_committed(&[client.clone()], 0);

//When
Expand Down

0 comments on commit 96f8410

Please sign in to comment.