File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ public function testCompleteConfigurableProductWorkflow(): void
122122 $ configurableProductData = $ this ->createConfigurableProduct ();
123123 $ this ->assertEquals (self ::CONFIGURABLE_PRODUCT_SKU , $ configurableProductData ['sku ' ]);
124124 $ this ->assertEquals ('configurable ' , Configurable::TYPE_CODE );
125- $ this ->assertEquals (1 , Status::STATUS_ENABLED );
126- $ this ->assertEquals (4 ,Visibility::VISIBILITY_BOTH );
125+ $ this ->assertEquals (1 , Status::STATUS_ENABLED );
126+ $ this ->assertEquals (4 , Visibility::VISIBILITY_BOTH );
127127
128128 // Add color attribute options to configurable product
129129 $ optionResult = $ this ->addConfigurableProductOption (
You can’t perform that action at this time.
0 commit comments