Remove broken stage
Some checks failed
Flare Microsystems Git/FlarePublic/CrossJeeves/pipeline/pr-master There was a failure building this commit

This commit is contained in:
Vulpovile
2025-01-11 11:38:26 -08:00
parent 293ffc604a
commit bdef05f4e9
2 changed files with 1 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ public class Packet127KeepAliveTest extends PacketTestBase {
packet.sendPacket(output());
assertEquals(127, input().readByte());
assertEquals(117, input().readByte());
}
@Test