Skip to content

Commit

Permalink
blank lines
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Dec 19, 2024
1 parent 9831521 commit 3f4b483
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aws-s3-transfer-manager/src/operation/upload.rs
Original file line number Diff line number Diff line change
Expand Up @@ -397,11 +397,9 @@ mod test {
.bucket("test-bucket")
.key("test-key")
.body(stream);

let handle = request.send_with(&tm).await.unwrap();
wait_till_create_mpu.wait();
let abort = handle.abort().await.unwrap();

assert_eq!(abort.upload_id().unwrap(), expected_upload_id.deref());
}
}

0 comments on commit 3f4b483

Please sign in to comment.