Skip to content

Commit d6a0c0d

Browse files
author
Anirav Kareddy
committed
removed any unused IOException
1 parent 9a95e00 commit d6a0c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/software/amazon/encryption/s3/S3EncryptionClientReEncryptInstructionFileTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)