Skip to content

Commit

Permalink
fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed May 3, 2024
1 parent 70541a4 commit 6eae102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/connections.rs
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ async fn test_double_connect_different_broker() {
let discovery_endpoint = get_temp_db_path!();

// Create and start two brokers
new_broker!(0, "8090", "8091", discovery_endpoint);
new_broker!(0, "8092", "8093", discovery_endpoint);
new_broker!(0, "8090", "8091", discovery_endpoint);

// Create and start a new marshal
new_marshal!("8094", discovery_endpoint);
Expand Down

0 comments on commit 6eae102

Please sign in to comment.