File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/software/amazon/encryption/s3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -690,7 +690,7 @@ public void testReEncryptInstructionFileV2AesToV3() {
690690 }
691691
692692 @ Test
693- public void testReEncryptInstructionFileWithCustomSuffixV2RsaToV3 () throws IOException {
693+ public void testReEncryptInstructionFileWithCustomSuffixV2RsaToV3 () throws IOException {
694694 final String input = "Testing re-encryption of instruction file with RSA keyrings from V2 to V3" ;
695695 final String objectKey = appendTestSuffix ("v2-rsa-to-v3-re-encrypt-instruction-file-with-custom-suffix-test" );
696696
@@ -1145,7 +1145,7 @@ public void testReEncryptInstructionFileWithCustomSuffixUpgradesV1RsaToV3() thro
11451145 }
11461146
11471147 @ Test
1148- public void testReEncryptInstructionFileUpgradesV1RsaToV3 () throws IOException {
1148+ public void testReEncryptInstructionFileUpgradesV1RsaToV3 () {
11491149 final String input = "Testing re-encryption of instruction file, upgrading legacy V1 RSA to V3" ;
11501150 final String objectKey = appendTestSuffix ("v1-rsa-to-v3-re-encrypt-instruction-file-test" );
11511151
You can’t perform that action at this time.
0 commit comments