Remove unused exception from test

This commit is contained in:
Gary Gregory 2024-05-25 15:26:40 -04:00
parent 86b36793c7
commit 620a2e0f5b
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ public class SerializationUtilsTest extends AbstractLangTest {
}
@Test
public void testNegativeByteArray() throws IOException {
public void testNegativeByteArray() {
final byte[] byteArray = {
(byte) -84, (byte) -19, (byte) 0, (byte) 5, (byte) 125, (byte) -19, (byte) 0,
(byte) 5, (byte) 115, (byte) 114, (byte) -1, (byte) 97, (byte) 122, (byte) -48, (byte) -65