From 9cef90d5fd89f6a72aa8b999465acb070101578b Mon Sep 17 00:00:00 2001 From: Koleh David Date: Thu, 6 Feb 2025 14:28:34 +1030 Subject: [PATCH] r renmae --- test_gilded_rose.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_gilded_rose.py b/test_gilded_rose.py index 5458a920..b5914d1f 100644 --- a/test_gilded_rose.py +++ b/test_gilded_rose.py @@ -12,13 +12,13 @@ class GildedRoseTest(unittest.TestCase): return str(item) def test_foo(self): - input_vals = [ + input_names = [ "foo", "Aged Brie", "Backstage passes to a TAFKAL80ETC concert", ] - verify_all_combinations(self.do_stuff, [input_vals, [0]]) + verify_all_combinations(self.do_stuff, [input_names, [0]]) if __name__ == "__main__":