This commit is contained in:
Chris Kent 2023-03-11 05:06:34 -05:00
parent e56ad58eb4
commit 9d46b5dc6f

View File

@ -19,7 +19,7 @@ class GildedRoseSpec extends Specification {
app.updateQuality();
then: "the quality is correct"
app.items[0].name == "fixme"
app.items[0].name == "foo"
}
}