mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
starting test should fail at the start
This commit is contained in:
parent
e1fdd00962
commit
fbe24e35b5
@ -17,5 +17,5 @@ TEST_CASE("UpdateQuality") {
|
||||
items.push_back(Item("foo", 0, 0));
|
||||
GildedRose app(items);
|
||||
app.updateQuality();
|
||||
REQUIRE("foo" == app.items[0].name);
|
||||
REQUIRE("fixme" == app.items[0].name);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user