Skip to content

Commit ab43702

Browse files
edenduongdmytro-ch
andauthored
Update app/code/Magento/Weee/Test/Unit/Plugin/Catalog/Controller/Adminhtml/Product/Initialization/Helper/ProcessTaxAttributeTest.php
Co-Authored-By: Dmytro Cheshun <d.cheshun@atwix.com>
1 parent 7b311ef commit ab43702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Weee/Test/Unit/Plugin/Catalog/Controller/Adminhtml/Product/Initialization/Helper/ProcessTaxAttributeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testAfterInitializeFromDataWhenAttributesAreEmpty()
7979
$this->resultMock->expects($this->any())->method('getAttributes')
8080
->willReturn([]);
8181

82-
$this->resultMock->expects($this->never())->method('setData')->willReturnSelf();
82+
$this->resultMock->expects($this->never())->method('setData');
8383

8484
$this->plugin->afterInitializeFromData($this->subjectMock, $this->resultMock, $this->productMock, []);
8585
}

0 commit comments

Comments
 (0)