Skip to content

Commit

Permalink
pass test
Browse files Browse the repository at this point in the history
  • Loading branch information
avantgardnerio committed Nov 27, 2024
1 parent 36a7bc7 commit d841037
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion object_store/src/aws/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,9 @@ mod tests {
.unwrap();

let res = upload.complete().await.unwrap();
println!("res={res:?}");
assert!(res.e_tag.is_some(), "Should have valid etag");

store.delete(&path).await.unwrap();
}

#[tokio::test]
Expand Down

0 comments on commit d841037

Please sign in to comment.