Skip to content

Commit 20e1959

Browse files
author
Ian Daszkowski
committed
MAGETWO-39478: Contribution Task
-Fixed unit test
1 parent 48eb228 commit 20e1959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public function testNoFixtureConfigValue()
132132

133133
public function testGetActionTitle()
134134
{
135-
$this->assertSame('Generating shopping cart price rules', $this->model->getActionTitle());
135+
$this->assertSame('Generating Cart Price Rules', $this->model->getActionTitle());
136136
}
137137

138138
public function testIntroduceParamLabels()

0 commit comments

Comments
 (0)