Revert bad renaming in ZlibTest
This commit is contained in:
parent
0795ee6130
commit
1765429335
@ -91,7 +91,7 @@ public abstract class ZlibTest {
|
||||
protected abstract ZlibDecoder createDecoder(ZlibWrapper wrapper);
|
||||
|
||||
@Test
|
||||
public void testGZ() throws Exception {
|
||||
public void testGZIP2() throws Exception {
|
||||
byte[] bytes = "message".getBytes(CharsetUtil.UTF_8);
|
||||
ByteBuf data = Unpooled.wrappedBuffer(bytes);
|
||||
ByteBuf deflatedData = Unpooled.wrappedBuffer(gzip(bytes));
|
||||
|
Loading…
Reference in New Issue
Block a user