Skip to content

Commit daa4651

Browse files
Update sdk/src/test/java/io/opentdf/platform/sdk/PolicyInfoTest.java
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 50001fd commit daa4651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void settingAndGettingPolicyBinding() {
6969
}
7070

7171
@Test
72-
void testReadingDEREncodedSignature() throws IOException {
72+
void testReadingSignatureWithComponentSizes() {
7373
var curve = NanoTDFType.ECCurve.SECP384R1;
7474
ByteBuffer buffer = ByteBuffer.allocate(1024);
7575
buffer.put((byte)2);

0 commit comments

Comments
 (0)