Memo for sftp_transfer test

This commit is contained in:
ChristianVisintin
2020-11-15 15:01:36 +01:00
parent f983e16cbe
commit 32ac26dfde

View File

@@ -465,3 +465,17 @@ impl FileTransfer for SftpFileTransfer {
}
}
}
#[cfg(test)]
mod tests {
use super::*;
// TODO: use test.rebex.net with user 'demo' and password 'password'
#[test]
fn test_filetransfer_sftp_new() {
}
}