Remove unused exception from test
This commit is contained in:
parent
86b36793c7
commit
620a2e0f5b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue