Update the tests to work with the code that was changed in rev 4dab932c94 to be more like the original c#

This commit is contained in:
Ian 2013-03-27 10:30:17 +00:00
parent f95ce38b81
commit a224162428

View File

@ -26,4 +26,4 @@ if __name__ == "__main__":
for item in items: for item in items:
print(item) print(item)
print("") print("")
update_quality(items) GildedRose(items).update_quality()