Skip to content

Commit a9abfa8

Browse files
committed
Fix test
1 parent ae01fba commit a9abfa8

File tree

1 file changed

+3
-3
lines changed
  • app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Attribute

1 file changed

+3
-3
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Attribute/ValidateTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ public function provideUniqueData()
258258
],
259259
'delete' => [
260260
"option_0" => "",
261-
"option_2" => "",
262-
"option_1" => "1",
261+
"option_1" => "",
262+
"option_2" => "1",
263263
]
264-
], true
264+
], false
265265
],
266266
];
267267
}

0 commit comments

Comments
 (0)