From 839e3fe2581ee5c7df2f1978931db9137fe2f68c Mon Sep 17 00:00:00 2001 From: Xitang Date: Fri, 3 May 2019 14:26:38 -0400 Subject: [PATCH] resistor-color-duo: update tests to v2.0.0 (#1773) --- exercises/resistor-color-duo/resistor_color_duo_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/resistor-color-duo/resistor_color_duo_test.py b/exercises/resistor-color-duo/resistor_color_duo_test.py index ad0867be08..6c9384407b 100644 --- a/exercises/resistor-color-duo/resistor_color_duo_test.py +++ b/exercises/resistor-color-duo/resistor_color_duo_test.py @@ -3,7 +3,7 @@ from resistor_color_duo import value -# Tests adapted from `problem-specifications//canonical-data.json` @ v1.0.0 +# Tests adapted from `problem-specifications//canonical-data.json` @ v2.0.0 class ResistorColorDuoTest(unittest.TestCase): def test_brown_and_black(self):