Skip to content

Commit 0834fc2

Browse files
committed
MAGE-1084: fix teardown
1 parent 4e95782 commit 0834fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Test/Integration/Product/MultiStoreReplicaTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ protected function resetAllSortings()
199199
foreach ($stores as $store) {
200200
$this->setConfig(
201201
ConfigHelper::SORTING_INDICES,
202-
[
202+
$this->serializer->serialize([
203203
[
204204
'attribute' => 'price',
205205
'sort' => 'asc',
@@ -215,7 +215,7 @@ protected function resetAllSortings()
215215
'sort' => 'desc',
216216
'sortLabel' => 'Newest first'
217217
]
218-
],
218+
]),
219219
$store->getCode()
220220
);
221221
}

0 commit comments

Comments
 (0)