Skip to content

Commit

Permalink
MQE-350: Demos for Core and SE Teams
Browse files Browse the repository at this point in the history
Adding unique="suffix" to data that was missed during the merge. 1 test fails without it.
  • Loading branch information
ivy00johns authored and tomreece committed Sep 28, 2017
1 parent 4ba6fe0 commit 5198633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<data key="sku" unique="suffix">SimpleProduct</data>
<data key="type_id">simple</data>
<data key="attribute_set_id">4</data>
<data key="name">SimpleProduct</data>
<data key="name" unique="suffix">SimpleProduct</data>
<data key="price">123.00</data>
<data key="visibility">4</data>
<data key="status">1</data>
Expand Down

0 comments on commit 5198633

Please sign in to comment.