Skip to content

Commit 6a7983f

Browse files
committed
38539: Fixed failing static test case
1 parent 9c24f78 commit 6a7983f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Config/Test/Unit/Model/Config/Backend/BaseurlTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public function testBeforeSaveConvertLowerCase($value, $expectedValue)
9191
->with($expectedValue, ['http', 'https'])
9292
->willReturn(true);
9393

94-
9594
$model->setValue($value);
9695
$model->beforeSave();
9796
$this->assertEquals($expectedValue, $model->getValue());

0 commit comments

Comments
 (0)