Skip to content

Commit 4405597

Browse files
committed
rerun ci
1 parent 5a0dd75 commit 4405597

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/software/amazon/encryption/s3/internal/InstructionFileConfigUploadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void uploadInstructionFileWithSetContentLengthAsyncClient() {
6565
.key("someKey").build();
6666
String instructionFileContent = "some content that fakes an instruction file";
6767

68-
// call the actual method under test
68+
// Call the actual method under test
6969
instructionFileConfig.putInstructionFile(putObjectRequest, instructionFileContent);
7070

7171
// Verify that the putObject method was called and the captured request has the correct content length

0 commit comments

Comments
 (0)