Skip to content

Commit

Permalink
Move period to correct live (#4769)
Browse files Browse the repository at this point in the history
  • Loading branch information
dagnir committed Dec 12, 2023
1 parent d43c125 commit e60f8d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ void retryableErrorDuringUpload_shouldSupportRetries() {
.withBody("Internal Error")));

UploadFileRequest request = UploadFileRequest.builder()
.source(testFile).
putObjectRequest(put -> put.bucket("bucket").key("key"))
.source(testFile)
.putObjectRequest(put -> put.bucket("bucket").key("key"))
.build();

assertThatThrownBy(() -> tm.uploadFile(request).completionFuture().join())
Expand Down

0 comments on commit e60f8d1

Please sign in to comment.