We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89ff00 commit 22c3e7dCopy full SHA for 22c3e7d
src/test/java/com/amazonaws/encryptionsdk/ParsedCiphertextTest.java
@@ -57,7 +57,7 @@ public void goodParsedCiphertext() {
57
final ParsedCiphertext pCt = new ParsedCiphertext(cipherText);
58
59
assertNotNull(pCt.getCiphertext());
60
- assert pCt.getOffset() > 0;
+ assertTrue(pCt.getOffset() > 0);
61
}
62
63
@Test(expected = BadCiphertextException.class)
0 commit comments