Skip to content

Commit 67d4474

Browse files
committed
Shorten assert text of testGenerateBaselineIgnoreNewErrorsEmptyBaseline
causes failure in pipeline where less text is rendered on one row
1 parent c1393ea commit 67d4474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/Command/AnalyseCommandTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function testGenerateBaselineIgnoreNewErrorsEmptyBaseline(): void
163163
]);
164164
@unlink($baselineFile);
165165

166-
$this->assertStringContainsString('[ERROR] No errors were found during the analysis. Baseline could not be generated.', $output);
166+
$this->assertStringContainsString('[ERROR] No errors were found during the analysis.', $output);
167167
}
168168

169169
/**

0 commit comments

Comments
 (0)