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