mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 17:21:38 +00:00
r rename
This commit is contained in:
parent
c94ad20d38
commit
af44f98a90
@ -6,8 +6,8 @@ from approvaltests.approvals import verify
|
||||
|
||||
|
||||
class GildedRoseTest(unittest.TestCase):
|
||||
def do_stuff(self, item):
|
||||
thing = Item(item, 0, 0)
|
||||
def do_stuff(self, name):
|
||||
thing = Item(name, 0, 0)
|
||||
gilded_rose = GildedRose([thing])
|
||||
gilded_rose.update_quality()
|
||||
result = str(thing)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user