We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a6a54 commit 0fa2b70Copy full SHA for 0fa2b70
dev/tests/integration/testsuite/Magento/Catalog/Model/ResourceModel/Product/OptionTest.php
@@ -60,7 +60,7 @@ protected function setUp()
60
*/
61
public function testSaveOptionTitleCustomStore()
62
{
63
- $this->saveOption($this->store, ['title' => 'drop_down option 1 sku Custom Store']);
+ $this->saveOption($this->store, ['title' => 'drop_down option Custom Store']);
64
65
self::assertEquals('drop_down option', $this->getOptionTitle());
66
self::assertEquals('drop_down option Custom Store', $this->getOptionTitle($this->store->getStoreId()));
0 commit comments