Skip to content

Commit c421d43

Browse files
authored
Update resistor_color_expert_test.py (exercism#3669)
[no important files changed] Per [issue on forum](https://forum.exercism.org/t/python-resistor-color-expert/10587).
1 parent ae69433 commit c421d43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/practice/resistor-color-expert/resistor_color_expert_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def test_red_green_yellow_yellow_and_brown(self):
3535
resistor_label(["red", "green", "yellow", "yellow", "brown"]), "2.54 megaohms ±1%"
3636
)
3737

38-
def test_blue_grey_white_red_and_brown(self):
38+
def test_blue_grey_white_brown_and_brown(self):
3939
self.assertEqual(
4040
resistor_label(["blue", "grey", "white", "brown", "brown"]), "6.89 kiloohms ±1%"
4141
)

0 commit comments

Comments
 (0)