Fix bad cherry-pick that was done in f9ca270e62
This commit is contained in:
parent
f9ca270e62
commit
cba9cf1b6c
@ -151,12 +151,7 @@ public class WrappedUnpooledUnsafeByteBufTest extends BigEndianUnsafeDirectByteB
|
||||
@Test
|
||||
@Override
|
||||
public void testGetBytesByteBuffer() {
|
||||
assertThrows(IndexOutOfBoundsException.class, new Executable() {
|
||||
@Override
|
||||
public void execute() {
|
||||
WrappedUnpooledUnsafeByteBufTest.super.testGetBytesByteBuffer();
|
||||
}
|
||||
});
|
||||
assertThrows(IndexOutOfBoundsException.class, super::testGetBytesByteBuffer);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Loading…
Reference in New Issue
Block a user