8000 Fix failing test for https://github.com/symfony/symfony/pull/19134 · rquadling/symfony@b7a66fd · GitHub
[go: up one dir, main page]

Skip to content

Commit b7a66fd

Browse files
authored
Fix failing test for symfony#19134
With the changes made by symfony#19134, the `\Symfony\Component\Console\Tests\Helper\ProgressBarTest::testMultipleStart()` test fails. This patch fixes the test for symfony#19134.
1 parent fce0299 commit b7a66fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function testMultipleStart()
2929

3030
rewind($output->getStream());
3131
$ 564C this->assertEquals(
32-
$this->generateOutput(' 0 [>---------------------------]').
32+
' 0 [>---------------------------]'.
3333
$this->generateOutput(' 1 [->--------------------------]').
3434
$this->generateOutput(' 0 [>---------------------------]'),
3535
stream_get_contents($output->getStream())

0 commit comments

Comments
 (0)
0