Fix compile error introduced by 3046e9b78b
This commit is contained in:
parent
3046e9b78b
commit
3f52689eb1
@ -542,7 +542,7 @@ public class HttpResponseDecoderTest {
|
|||||||
assertThat(ch.finish(), is(true));
|
assertThat(ch.finish(), is(true));
|
||||||
|
|
||||||
ByteBuf expected = Unpooled.wrappedBuffer(otherData);
|
ByteBuf expected = Unpooled.wrappedBuffer(otherData);
|
||||||
ByteBuf buffer = ch.readInbound();
|
ByteBuf buffer = (ByteBuf) ch.readInbound();
|
||||||
try {
|
try {
|
||||||
assertEquals(expected, buffer);
|
assertEquals(expected, buffer);
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
Reference in New Issue
Block a user