starting test should fail at the start

This commit is contained in:
emily 2020-06-08 13:58:55 +02:00
parent e1fdd00962
commit fbe24e35b5

View File

@ -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);
}