Skip to content

Commit d522a31

Browse files
committed
unused exception
1 parent 15a3f8f commit d522a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/src/test/java/io/opentdf/platform/sdk/TDFTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ public void testCreateTDFWithMimeType() throws Exception {
546546
}
547547

548548
@Test
549-
void legacyTDFRoundTrips() throws IOException, NoSuchAlgorithmException {
549+
void legacyTDFRoundTrips() throws IOException {
550550
final String mimeType = "application/pdf";
551551
var assertionConfig1 = new AssertionConfig();
552552
assertionConfig1.id = "assertion1";

0 commit comments

Comments
 (0)