From a2241624283ed1c60e199e1c2477f1832c30312a Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 27 Mar 2013 10:30:17 +0000 Subject: [PATCH] Update the tests to work with the code that was changed in rev 4dab932c94f144fb4c49e68e53302a0c5065c0f4 to be more like the original c# --- GildedRose/python/texttest_fixture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GildedRose/python/texttest_fixture.py b/GildedRose/python/texttest_fixture.py index de921093..f867345e 100644 --- a/GildedRose/python/texttest_fixture.py +++ b/GildedRose/python/texttest_fixture.py @@ -26,4 +26,4 @@ if __name__ == "__main__": for item in items: print(item) print("") - update_quality(items) + GildedRose(items).update_quality()