Skip to content

Commit 1b3101d

Browse files
committed
magento/magento2#: Unit test for \Magento\Review\Observer\CatalogProductListCollectionAppendSummaryFieldsObserver
1 parent 548e0cc commit 1b3101d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Review/Test/Unit/Observer/CatalogProductListCollectionAppendSummaryFieldsObserverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ protected function setUp() : void
104104
->getMock();
105105

106106
$this->observer = new CatalogProductListCollectionAppendSummaryFieldsObserver(
107-
$this->sumResourceFactoryMock,
108-
$this->storeManagerMock
107+
$this->sumResourceFactoryMock,
108+
$this->storeManagerMock
109109
);
110110
}
111111

0 commit comments

Comments
 (0)