Skip to content

Commit a153399

Browse files
committed
MC-17533: 'Apply Coupon To Cart' benchmark scenario fix
1 parent f98b3ab commit a153399

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup/src/Magento/Setup/Test/Unit/Fixtures/CouponCodesFixtureTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ public function testGetActionTitle()
151151
*/
152152
public function testIntroduceParamLabels()
153153
{
154-
$this->assertSame([
155-
'coupon_codes' => 'Coupon Codes'
156-
], $this->model->introduceParamLabels());
154+
$this->assertSame(['coupon_codes' => 'Coupon Codes'], $this->model->introduceParamLabels());
157155
}
158156
}

0 commit comments

Comments
 (0)