Skip to content

Commit

Permalink
Update UpdateProductCommandsBuilderTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Hlavtox authored Nov 15, 2024
1 parent c453739 commit 780bed9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,12 +476,12 @@ public function getExpectedCommands(): iterable
];

$command = $this->getSingleShopCommand();
$command->setGtin('13');
$command->setGtin('98765432');
yield [
[
'details' => [
'references' => [
'ean_13' => '13',
'ean_13' => '98765432',
],
],
],
Expand Down Expand Up @@ -550,7 +550,7 @@ public function getExpectedCommands(): iterable
->setLocalizedLinkRewrites($localizedLinkRewrites)
->setRedirectOption(RedirectType::TYPE_PRODUCT_TEMPORARY, 42)
->setIsbn('0-8044-2957-X')
->setGtin('13')
->setGtin('98765432')
->setUpc('1345')
->setMpn('mpn')
->setReference('0123456789')
Expand Down

0 comments on commit 780bed9

Please sign in to comment.