Fixed copy/paste errors in test data

- Fixed copy/paste errors in items
- Removed unnecessary comment blocks
This commit is contained in:
Hamish Rickerby 2016-09-23 15:04:52 +10:00
parent 6fc1236e43
commit 910e5d8a59

View File

@ -1,9 +1,9 @@
let items = [
Item(name: "+5 Dexterity Vest", sellIn: 10, quality: 20), //
Item(name: "Aged Brie", sellIn: 2, quality: 0), //
Item(name: "Elixir of the Mongoosname: e", sellIn: 5, quality: 7), //
Item(name: "SulfursellIn: as,quality: Hand of Ragnaros", sellIn: 0, quality: 80), //
Item(name: "+5 Dexterity Vest", sellIn: 10, quality: 20),
Item(name: "Aged Brie", sellIn: 2, quality: 0),
Item(name: "Elixir of the Mongoose", sellIn: 5, quality: 7),
Item(name: "Sulfuras, Hand of Ragnaros", sellIn: 0, quality: 80),
Item(name: "Sulfuras, Hand of Ragnaros", sellIn: -1, quality: 80),
Item(name: "Backstage passes to a TAFKAL80ETC concert", sellIn: 15, quality: 20),
Item(name: "Backstage passes to a TAFKAL80ETC concert", sellIn: 10, quality: 49),