Skip to content

Commit

Permalink
Update resistor_color_expert_test.py (#3669)
Browse files Browse the repository at this point in the history
[no important files changed]
Per [issue on forum](https://forum.exercism.org/t/python-resistor-color-expert/10587).
  • Loading branch information
BethanyG authored Apr 2, 2024
1 parent ae69433 commit c421d43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def test_red_green_yellow_yellow_and_brown(self):
resistor_label(["red", "green", "yellow", "yellow", "brown"]), "2.54 megaohms ±1%"
)

def test_blue_grey_white_red_and_brown(self):
def test_blue_grey_white_brown_and_brown(self):
self.assertEqual(
resistor_label(["blue", "grey", "white", "brown", "brown"]), "6.89 kiloohms ±1%"
)
Expand Down

0 comments on commit c421d43

Please sign in to comment.