Skip to content

Commit aed52a4

Browse files
committed
Search for a shorter string in the test
This prevents issues in CI with a smaller console width.
1 parent 59bc570 commit aed52a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Functional/Command/CheckCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function testReportsEmptyTranslationMessages(): void
8585
$commandTester->execute(['locale' => 'sv', 'configuration' => 'app']);
8686

8787
$this->assertStringContainsString(
88-
'4 messages have empty translations, please provide translations for them',
88+
'4 messages have empty translations, please provide translations',
8989
$commandTester->getDisplay()
9090
);
9191
$this->assertGreaterThan(0, $commandTester->getStatusCode());

0 commit comments

Comments
 (0)