mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Fix two failing tests.
This commit is contained in:
@@ -46,7 +46,7 @@ public class TestGamePacketEncoder {
|
||||
|
||||
packet = new GamePacket(9, PacketType.VARIABLE_BYTE, payload.copy());
|
||||
out.clear();
|
||||
encoder.encode(null, null, out);
|
||||
encoder.encode(null, packet, out);
|
||||
buf = (ByteBuf) out.get(0);
|
||||
|
||||
assertEquals(7, buf.readableBytes());
|
||||
|
||||
Reference in New Issue
Block a user