Skip to content

Commit 1895bc7

Browse files
committed
Update comment in test_detach_and_resume_*_mux
Signed-off-by: Jiahao XU <[email protected]>
1 parent 0cf443d commit 1895bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/openssh.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ async fn test_detach_and_resume_process_mux() {
854854
session3.close().await.unwrap();
855855
}
856856

857-
// test force_terminate
857+
// test close
858858
for session1 in connects().await {
859859
session1.check().await.unwrap();
860860

@@ -899,7 +899,7 @@ async fn test_detach_and_resume_native_mux() {
899899
session3.close().await.unwrap();
900900
}
901901

902-
// test force_terminate
902+
// test close
903903
for session1 in connects().await {
904904
session1.check().await.unwrap();
905905

0 commit comments

Comments
 (0)