mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 06:51:27 +00:00
Fix test
This commit is contained in:
parent
e56ad58eb4
commit
9d46b5dc6f
@ -19,7 +19,7 @@ class GildedRoseSpec extends Specification {
|
|||||||
app.updateQuality();
|
app.updateQuality();
|
||||||
|
|
||||||
then: "the quality is correct"
|
then: "the quality is correct"
|
||||||
app.items[0].name == "fixme"
|
app.items[0].name == "foo"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user