Merge pull request #46 from rickerbh/swift-fix-test

Fixed copy/paste errors in test data
This commit is contained in:
Emily Bache 2016-09-25 19:32:15 +02:00 committed by GitHub
commit 0f4b6a3621

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),