Skip to content

Commit 0c4fa73

Browse files
committed
Fix unit tests
1 parent ecfc36e commit 0c4fa73

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

app/code/Magento/Catalog/Test/Unit/Model/ProductRepositoryTest.php

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -969,24 +969,13 @@ public function cacheKeyDataProvider(): array
969969
[
970970
'identifier' => 25,
971971
'editMode' => true,
972-
'storeId' => $anyObject
972+
'storeId' => '1'
973973
],
974974
[
975975
'identifier' => 'test-sku',
976976
'editMode' => true,
977-
'storeId' => $anyObject
977+
'storeId' => 1
978978
],
979-
[
980-
'identifier' => 25,
981-
'editMode' => false,
982-
'storeId' => $anyObject
983-
],
984-
[
985-
986-
'identifier' => 'test-sku',
987-
'editMode' => false,
988-
'storeId' => $anyObject
989-
]
990979
];
991980
}
992981

0 commit comments

Comments
 (0)