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 15a3f8f commit d522a31Copy full SHA for d522a31
sdk/src/test/java/io/opentdf/platform/sdk/TDFTest.java
@@ -546,7 +546,7 @@ public void testCreateTDFWithMimeType() throws Exception {
546
}
547
548
@Test
549
- void legacyTDFRoundTrips() throws IOException, NoSuchAlgorithmException {
+ void legacyTDFRoundTrips() throws IOException {
550
final String mimeType = "application/pdf";
551
var assertionConfig1 = new AssertionConfig();
552
assertionConfig1.id = "assertion1";
0 commit comments