Skip to content

Commit 1639fb0

Browse files
committed
ACP2E-2843: Products on the frontend use store specific data when Single-Store Mode is enabled
- solution with test coverage
1 parent f70273b commit 1639fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Catalog/Test/Unit/Model/ResourceModel/CatalogCategoryAndProductResolverOnSingleStoreModeTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ protected function setUp(): void
5252
->disableOriginalConstructor()
5353
->getMock();
5454
$this->model = new Resolver(
55-
$this->resourceConnectionMock,
56-
$this->metadataPoolMock
57-
);
55+
$this->resourceConnectionMock,
56+
$this->metadataPoolMock
57+
);
5858
}
5959

6060
/**

0 commit comments

Comments
 (0)