Skip to content

Commit 76ed358

Browse files
committed
Remove a dangling test import. Use better name for test.
Signed-off-by: Aalekh Patel <aalekh.gwpeck.7998@icloud.com>
1 parent 68cf7c8 commit 76ed358

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
@@ -6,7 +6,7 @@ use std::{
66
net::IpAddr,
77
path::PathBuf,
88
process,
9-
time::Duration, ffi::OsStr, os::unix::prelude::OsStrExt,
9+
time::Duration,
1010
};
1111
use tempfile::tempdir;
1212
use tokio::{
@@ -295,7 +295,7 @@ async fn stdout() {
295295

296296
#[tokio::test]
297297
#[cfg_attr(not(ci), ignore)]
298-
async fn with_session() {
298+
async fn over_session() {
299299
for session in connects().await {
300300
let mut command =
301301
std::process::Command::new("echo")

0 commit comments

Comments
 (0)