mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
test: changing the assert value
This commit is contained in:
parent
a6e85220e8
commit
0514a8ea67
@ -156,7 +156,7 @@ class UpdateQualityTest {
|
||||
Item[] items = new Item[]{
|
||||
new Item("Backstage passes to a TAFKAL80ETC concert", 10, 0),
|
||||
new Item("Backstage passes to a TAFKAL80ETC concert", 9, 0),
|
||||
new Item("Backstage passes to a TAFKAL80ETC concert", 8, 49)
|
||||
new Item("Backstage passes to a TAFKAL80ETC concert", 8, 48)
|
||||
};
|
||||
GildedRose app = new GildedRose(items);
|
||||
app.updateQuality();
|
||||
@ -172,7 +172,7 @@ class UpdateQualityTest {
|
||||
Item[] items = new Item[]{
|
||||
new Item("Backstage passes to a TAFKAL80ETC concert", 5, 3),
|
||||
new Item("Backstage passes to a TAFKAL80ETC concert", 4, 3),
|
||||
new Item("Backstage passes to a TAFKAL80ETC concert", 2, 49)
|
||||
new Item("Backstage passes to a TAFKAL80ETC concert", 3, 48)
|
||||
};
|
||||
GildedRose app = new GildedRose(items);
|
||||
app.updateQuality();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user