mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-04 17:21:38 +00:00
r inline
This commit is contained in:
parent
42270b00dc
commit
aef45792ff
@ -10,8 +10,8 @@ class GildedRoseTest(unittest.TestCase):
|
||||
item = Item(name, 0, 0)
|
||||
gilded_rose = GildedRose([item])
|
||||
gilded_rose.update_quality()
|
||||
result = str(item)
|
||||
return result
|
||||
|
||||
return str(item)
|
||||
|
||||
def test_foo(self):
|
||||
input_vals = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user