Skip to content

Commit e414a96

Browse files
committed
MAGE-1085: remove useless reset
1 parent bf02891 commit e414a96

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Test/Integration/Product/MultiStoreReplicaTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ public function testMultiStoreReplicaConfig()
6161
// Check replica config for color asc
6262
$this->checkReplicaIsStandard($defaultStore, self::COLOR_ATTR, self::ASC_DIR);
6363
$this->checkReplicaIsVirtual($fixtureSecondStore, self::COLOR_ATTR, self::ASC_DIR);
64-
65-
$this->resetAllSortings();
6664
}
6765

6866
public function testCustomerGroupsConfig()
@@ -90,8 +88,6 @@ public function testCustomerGroupsConfig()
9088
// - 1 for suggestions
9189
// - 10 for products (1 main and 9 replicas (2 prices sortings * 4 customer groups + 1 other sorting (created_at))
9290
$this->assertEquals(13, $this->countStoreIndices($fixtureSecondStore));
93-
94-
$this->resetAllSortings();
9591
}
9692

9793
public function testReplicaCommands()

0 commit comments

Comments
 (0)