mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Merge pull request #46 from rickerbh/swift-fix-test
Fixed copy/paste errors in test data
This commit is contained in:
commit
0f4b6a3621
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
let items = [
|
let items = [
|
||||||
Item(name: "+5 Dexterity Vest", sellIn: 10, quality: 20), //
|
Item(name: "+5 Dexterity Vest", sellIn: 10, quality: 20),
|
||||||
Item(name: "Aged Brie", sellIn: 2, quality: 0), //
|
Item(name: "Aged Brie", sellIn: 2, quality: 0),
|
||||||
Item(name: "Elixir of the Mongoosname: e", sellIn: 5, quality: 7), //
|
Item(name: "Elixir of the Mongoose", sellIn: 5, quality: 7),
|
||||||
Item(name: "SulfursellIn: as,quality: Hand of Ragnaros", sellIn: 0, quality: 80), //
|
Item(name: "Sulfuras, Hand of Ragnaros", sellIn: 0, quality: 80),
|
||||||
Item(name: "Sulfuras, Hand of Ragnaros", sellIn: -1, 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: 15, quality: 20),
|
||||||
Item(name: "Backstage passes to a TAFKAL80ETC concert", sellIn: 10, quality: 49),
|
Item(name: "Backstage passes to a TAFKAL80ETC concert", sellIn: 10, quality: 49),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user