mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-14 14:11:20 +00:00
r Change test name
This commit is contained in:
parent
7d53d3cfcb
commit
13326d4a62
@ -11,7 +11,7 @@ class GildedRoseTest(unittest.TestCase):
|
|||||||
gilded_rose.update_quality()
|
gilded_rose.update_quality()
|
||||||
return str(item)
|
return str(item)
|
||||||
|
|
||||||
def test_foo(self):
|
def test_update_quality(self):
|
||||||
input_names = [
|
input_names = [
|
||||||
"foo",
|
"foo",
|
||||||
"Aged Brie",
|
"Aged Brie",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user