Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbornholt committed Mar 5, 2024
1 parent 3181cc4 commit 5c8164c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mountpoint-s3-client/tests/put_object.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ object_client_test!(test_put_object_dropped);
#[test_case(30_000_000; "large")]
#[tokio::test]
async fn test_put_object_abort(size: usize) {
let (bucket, prefix) = get_test_bucket_and_prefix("test_put_object_abort");
let (bucket, prefix) = get_test_bucket_and_prefix(&format!("test_put_object_abort_{}", size));
let client = get_test_client();
let key = format!("{prefix}hello");

Expand Down

0 comments on commit 5c8164c

Please sign in to comment.