Skip to content

Commit

Permalink
fix(integration): resolve port conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <[email protected]>
  • Loading branch information
nxsaken committed May 30, 2024
1 parent 57593d7 commit 4301a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/tests/integration/triggers/orphans.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fn set_up_trigger(

#[test]
fn trigger_must_be_removed_on_action_authority_account_removal() -> eyre::Result<()> {
let (_rt, _peer, iroha, _, the_one_who_fails, fail_on_account_events) = set_up_trigger(10_655)?;
let (_rt, _peer, iroha, _, the_one_who_fails, fail_on_account_events) = set_up_trigger(10_565)?;
assert_eq!(
find_trigger(&iroha, fail_on_account_events.clone()),
Some(fail_on_account_events.clone())
Expand All @@ -67,7 +67,7 @@ fn trigger_must_be_removed_on_action_authority_account_removal() -> eyre::Result

#[test]
fn trigger_must_be_removed_on_action_authority_domain_removal() -> eyre::Result<()> {
let (_rt, _peer, iroha, failand, _, fail_on_account_events) = set_up_trigger(10_660)?;
let (_rt, _peer, iroha, failand, _, fail_on_account_events) = set_up_trigger(10_505)?;
assert_eq!(
find_trigger(&iroha, fail_on_account_events.clone()),
Some(fail_on_account_events.clone())
Expand Down

0 comments on commit 4301a13

Please sign in to comment.