Skip to content

Commit 3f289ac

Browse files
authored
chore(ci): add missing @test annotation (#1333)
1 parent 80ed0a6 commit 3f289ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/amazonaws/encryptionsdk/internal/DecryptionHandlerTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ public void withNoMaxEdks() {
643643
decryptionHandler.processBytes(header, 0, header.length, plaintext, 0);
644644
}
645645

646+
@Test
646647
public void validSignatureAcrossMultipleBlocks() {
647648
byte[] ciphertext =
648649
getTestMessage(

0 commit comments

Comments
 (0)