Skip to content

Commit

Permalink
Remove unused 'input' field
Browse files Browse the repository at this point in the history
The input field is unused and causes a linter warning, which might be confusing for someone doing this exercise.
  • Loading branch information
Caesarovich authored Mar 6, 2024
1 parent 0419fde commit f1f674b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exercises/practice/resistor-color/cases_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ type colorCodeTestCase struct {

type colorsTestCase struct {
description string
input string
expected []string
}

Expand Down

0 comments on commit f1f674b

Please sign in to comment.