Fix failing test
timw4mail/php-kilo/pipeline/head This commit looks good Details

This commit is contained in:
Timothy Warren 2021-03-05 21:20:38 -05:00
parent 0627e7068a
commit f4c56d383a
1 changed files with 1 additions and 1 deletions

View File

@ -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