This commit is contained in:
Koleh David 2025-02-06 14:25:11 +10:30
parent c94ad20d38
commit af44f98a90

View File

@ -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)