Skip to content

Commit dae6302

Browse files
author
lif
committed
wip: one more...
1 parent 83269cf commit dae6302

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

end-to-end-tests/src/instance_launch.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use russh_keys::key::{KeyPair, PublicKey};
1515
use russh_keys::PublicKeyBase64;
1616
use std::sync::Arc;
1717
use std::time::Duration;
18-
use tokio::time::sleep;
1918

2019
#[tokio::test]
2120
async fn instance_launch() -> Result<()> {
@@ -228,7 +227,7 @@ async fn instance_launch() -> Result<()> {
228227
.max_bytes(1024 * 1024)
229228
.send()
230229
.await
231-
.map_err(|e| Error::NotYet)?
230+
.map_err(|_e| Error::NotYet)?
232231
.data,
233232
)
234233
.into_owned();

0 commit comments

Comments
 (0)