diff --git a/tests/ANSITest.php b/tests/ANSITest.php index b4f7fe7..f4293f5 100644 --- a/tests/ANSITest.php +++ b/tests/ANSITest.php @@ -19,7 +19,7 @@ class ANSITest extends TestCase { public function testMoveCursor(): void { - $this->assertEquals("\e[25;40H", ANSI::moveCursor(25, 40)); + $this->assertEquals("\e[25;40H", ANSI::moveCursor(24, 39)); } public function testScrollUp(): void