Skip to content

Commit 1c727bb

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 <[email protected]>
1 parent ab43702 commit 1c727bb

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
@@ -98,7 +98,7 @@ public function testAfterInitializeFromDataWhenAttributesDoNotIncludeWeee()
9898
$this->resultMock->expects($this->any())->method('getAttributes')
9999
->willReturn([$attributeMock]);
100100

101-
$this->resultMock->expects($this->never())->method('setData')->willReturnSelf();
101+
$this->resultMock->expects($this->never())->method('setData');
102102

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

0 commit comments

Comments
 (0)