mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-10 20:21:26 +00:00
r one of many
This commit is contained in:
parent
c0cca61120
commit
38d7395a0d
@ -10,8 +10,8 @@ class GildedRoseTest(unittest.TestCase):
|
|||||||
gilded_rose = GildedRose(items)
|
gilded_rose = GildedRose(items)
|
||||||
gilded_rose.update_quality()
|
gilded_rose.update_quality()
|
||||||
|
|
||||||
to_approve = items[0]
|
to_approve = [str(items[0])]
|
||||||
verify(to_approve)
|
verify("\n".join(to_approve))
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user