Skip to content

Commit

Permalink
fix Windows build, again
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Apr 19, 2021
1 parent b7bb463 commit 831e984
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Console/Command/ListSetsCommandTest.php
Expand Up @@ -32,8 +32,7 @@ public function testListWithTxtFormat()

$resultRaw = $commandTester->getDisplay();

$expectedResultStart = ' 1) @DoctrineAnnotation
Rules covering Doctrine annotations';
$expectedResultStart = ' 1) @DoctrineAnnotation'.PHP_EOL.' Rules covering Doctrine annotations';
static::assertStringStartsWith($expectedResultStart, $resultRaw);
static::assertSame(0, $commandTester->getStatusCode());
}
Expand Down

0 comments on commit 831e984

Please sign in to comment.