We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c578b1 commit 83a7cadCopy full SHA for 83a7cad
app/code/Magento/Customer/Test/Unit/Model/Metadata/Form/FileTest.php
@@ -393,7 +393,7 @@ public function testCompactValueNoDelete()
393
->with('value')
394
->willReturnSelf();
395
396
- $this->assertSame('value', $model->compactValue([]));
+ $this->assertSame([], $model->compactValue([]));
397
}
398
399
public function testCompactValueDelete()
@@ -625,7 +625,7 @@ public function testCompactValueRemoveUiComponentValue()
625
->with($value)
626
627
628
- $this->assertEquals($value, $model->compactValue([]));
+ $this->assertEquals([], $model->compactValue([]));
629
630
631
public function testCompactValueNoAction()
0 commit comments