Skip to content

Commit 30678d5

Browse files
committed
chore(ci): add missing @test annotation
1 parent 80ed0a6 commit 30678d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,8 @@ public void withNoMaxEdks() {
642642
final byte[] plaintext = new byte[plaintextLen];
643643
decryptionHandler.processBytes(header, 0, header.length, plaintext, 0);
644644
}
645-
645+
646+
@Test
646647
public void validSignatureAcrossMultipleBlocks() {
647648
byte[] ciphertext =
648649
getTestMessage(

0 commit comments

Comments
 (0)