Skip to content

Commit a1c1655

Browse files
Lint over_session test
Signed-off-by: Aalekh Patel <aalekh@protectchildren.ca>
1 parent c9d907b commit a1c1655

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/openssh.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,11 @@ async fn stdout() {
292292
}
293293
}
294294

295-
296295
#[tokio::test]
297296
#[cfg_attr(not(ci), ignore)]
298297
async fn over_session() {
299298
for session in connects().await {
300-
let mut command =
301-
std::process::Command::new("echo")
299+
let mut command = std::process::Command::new("echo")
302300
.arg("foo")
303301
.over_session(&session);
304302

@@ -319,7 +317,6 @@ async fn over_session() {
319317
}
320318
}
321319

322-
323320
#[tokio::test]
324321
#[cfg_attr(not(ci), ignore)]
325322
async fn shell() {

0 commit comments

Comments
 (0)