Skip to content

Commit

Permalink
windows...
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 19, 2024
1 parent f67720e commit c464c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/src/Commands/Api/ApiCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function testTaskWait(): void
Duration: 0 seconds
EOD;
$this->assertEquals($expected, $output);
$this->assertStringEqualsStringIgnoringLineEndings($expected, $output);
$this->assertEquals(0, $this->getStatusCode());
}

Expand Down Expand Up @@ -143,7 +143,7 @@ public function testApiCommandErrorResponse(): void
}
EOD;
$this->assertEquals($expected, $output);
$this->assertStringEqualsStringIgnoringLineEndings($expected, $output);
$this->assertEquals(1, $this->getStatusCode());
}

Expand Down

0 comments on commit c464c7d

Please sign in to comment.