Skip to content

Commit

Permalink
stop using the same port of two separate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Horusiath committed Mar 28, 2024
1 parent ae4f2e6 commit d6ee11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conn.rs
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ mod test {

#[tokio::test]
async fn client_failure_doesnt_affect_others() -> Result<(), Box<dyn std::error::Error>> {
let server_addr = SocketAddr::from_str("127.0.0.1:6603").unwrap();
let server_addr = SocketAddr::from_str("127.0.0.1:6604").unwrap();
let doc = Doc::with_client_id(1);
let _ = doc.get_or_insert_text("test");

Expand Down

0 comments on commit d6ee11d

Please sign in to comment.