mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 17:21:38 +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.update_quality()
|
||||
|
||||
to_approve = items[0]
|
||||
verify(to_approve)
|
||||
to_approve = [str(items[0])]
|
||||
verify("\n".join(to_approve))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Loading…
Reference in New Issue
Block a user