Skip to content

Commit d2c8006

Browse files
committed
add "&" to test case
1 parent 9692771 commit d2c8006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/ConfigurableProduct/view/adminhtml/web/js/components/dynamic-rows-configurable.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ define([
2727
mockData = [
2828
{
2929
attributes: 'Color: dsfsd',
30-
sku: 'Conf-sdfs'
30+
sku: 'Conf&-sdfs'
3131
},
3232
{
3333
attributes: 'Color: sdfs',

0 commit comments

Comments
 (0)