Two tentative last asserts in the test
This commit is contained in:
parent
73a76bfe63
commit
0f6c3137f6
@ -109,6 +109,8 @@ public abstract class AbstractCompositeChannelBufferTest extends
|
||||
ByteBuf _buf = buf.getBufferFor(index++);
|
||||
assertNotNull(_buf);
|
||||
assertTrue(_buf.capacity() > 0);
|
||||
assertNotNull(_buf.getByte(0));
|
||||
assertNotNull(_buf.getByte(_buf.readableBytes() - 1));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user