Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Nov 10, 2024
1 parent db9bd42 commit ee59055
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aws-s3-transfer-manager/tests/download_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ fn simple_object_connector(data: &Bytes, part_size: usize) -> StaticReplayClient
.map(|(idx, chunk)| {
let start = idx * part_size;
let end = std::cmp::min(start+part_size, data.len()) - 1;
eprintln!("{},{}-{}", end-start+1, start,end);
ReplayEvent::new(
// NOTE: Rather than try to recreate all the expected requests we just put in placeholders and
// make our own assertions against the captured requests.
Expand Down

0 comments on commit ee59055

Please sign in to comment.