Skip to content

Commit ecfc973

Browse files
authored
fix code stylings
1 parent e2596bb commit ecfc973

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Indexer/Test/Unit/Console/Command/IndexerStatusCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@ public function testExecuteAll(array $indexers)
9696

9797
$linesOutput = array_filter(explode(PHP_EOL, $commandTester->getDisplay()));
9898

99-
$spacer = '+-----------+----------------+------------------+-----------+-------------------------+---------------------+';
99+
$spacer = '+-----------+----------------+------------------+-----------+-------------------------+'
100+
. '---------------------+';
100101

101102
$this->assertCount(8, $linesOutput, 'There should be 8 lines output. 3 Spacers, 1 header, 4 content.');
102103
$this->assertEquals($linesOutput[0], $spacer, "Lines 0, 2, 7 should be spacer lines");

0 commit comments

Comments
 (0)