Skip to content

Commit 8552c32

Browse files
committed
Fix keyblob test name, remove redundant include
1 parent 80625d7 commit 8552c32

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/com/amazonaws/encryptionsdk/model/KeyBlobTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import static org.junit.Assert.assertEquals;
1818

1919
import java.nio.charset.StandardCharsets;
20-
import java.util.Arrays;
2120
import java.util.HashMap;
2221
import java.util.Map;
2322

@@ -213,7 +212,7 @@ public void checkKeyProviderInfoLenUnsigned() {
213212
}
214213

215214
@Test
216-
public void checkNegativeKeyLen() {
215+
public void checkKeyLenUnsigned() {
217216
// key length is too large for a signed short but fits in unsigned
218217
final KeyBlob blob = generateRandomKeyBlob(Short.MAX_VALUE, Short.MAX_VALUE, Short.MAX_VALUE + 3);
219218
final byte[] arr = blob.toByteArray();

0 commit comments

Comments
 (0)