mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-15 22:41:30 +00:00
Fix test
This commit is contained in:
parent
e56ad58eb4
commit
9d46b5dc6f
@ -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"
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user