mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Fixed copy/paste errors in test data
- Fixed copy/paste errors in items - Removed unnecessary comment blocks
This commit is contained in:
parent
6fc1236e43
commit
910e5d8a59
@ -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),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user