added test stub

This commit is contained in:
2024-04-22 10:39:44 +02:00
parent 96d5802c4f
commit 9c74246eb3
2 changed files with 25 additions and 19 deletions

View File

@ -558,4 +558,10 @@ mod tests {
}
jh0.join().unwrap();
}
#[test]
fn test_broken_connection() {
// TODO: Verify the client re-connects automatically if the server is dropped and then set
// up again.
}
}