Skip to content

Commit f7a9d3b

Browse files
committed
CXP-1480: fix lint
1 parent 1449e6a commit f7a9d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Controller/ShowProductActionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function itDisplaysAMappedProduct(): void
207207
'Weight (grams)',
208208
];
209209

210-
foreach($expectedAttributeLabels as $index => $expectedAttributeLabel) {
210+
foreach ($expectedAttributeLabels as $index => $expectedAttributeLabel) {
211211
$this->assertEquals(
212212
$expectedAttributeLabel,
213213
$foundAttributes->eq($index)->filter('.attribute__label')->text(),

0 commit comments

Comments
 (0)