Skip to content

Commit 90e7f5f

Browse files
NobodyXujonhoo
andauthored
Update tests/openssh.rs
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
1 parent 7eb68c8 commit 90e7f5f

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
@@ -828,7 +828,7 @@ async fn local_socket_forward() {
828828
async fn test_sftp_subsystem() {
829829
use openssh_sftp_client::highlevel::Sftp;
830830

831-
let content = b"Helop, world!\n";
831+
let content = b"This is a test case for the openssh-rust/openssh crate.\n";
832832

833833
for session in connects().await {
834834
let mut child = session

0 commit comments

Comments
 (0)