Skip to content

Commit c963367

Browse files
committed
Fix use of openssh_sftp_client in tests/openssh.rs
Signed-off-by: Jiahao XU <[email protected]>
1 parent 2b9a805 commit c963367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openssh.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ async fn test_detach_and_resume_native_mux() {
909909
#[tokio::test]
910910
#[cfg_attr(not(ci), ignore)]
911911
async fn test_sftp_subsystem() {
912-
use openssh_sftp_client::highlevel::Sftp;
912+
use openssh_sftp_client::Sftp;
913913

914914
let content = b"This is a test case for the openssh-rust/openssh crate.\n";
915915

0 commit comments

Comments
 (0)