fixing Changed-Flag

This commit is contained in:
ChK
2026-04-20 16:07:06 +02:00
parent 5482588566
commit 657f460cf2
7 changed files with 664 additions and 91 deletions

View File

@@ -66,7 +66,7 @@ test('G28 ist ein GCode Command', () => {
GCode.receiveGCode(robot,"G1 x120");
expect(telnetSender2.tSocket.written.toString().length).toBeGreaterThan(2)
expect(telnetSender3.tSocket.written.toString().length).toBe(0)
expect(telnetSender3.tSocket.written.toString().length).toBeGreaterThan(0)
});