Skip to content

Commit

Permalink
Remove unused 'input' field (#2766)
Browse files Browse the repository at this point in the history
[no important files changed]
  • Loading branch information
Caesarovich authored Jul 24, 2024
1 parent f2ad013 commit aede71e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions exercises/practice/resistor-color/.meta/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ type colorCodePropertyCase struct {
}

type colorsPropertyTestCase struct {
Description string `json:"description"`
Input interface{}
Description string `json:"description"`
Expected []string `json:"expected"`
}

Expand Down Expand Up @@ -48,7 +47,6 @@ type colorCodeTestCase struct {
type colorsTestCase struct {
description string
input string
expected []string
}
Expand Down
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 aede71e

Please sign in to comment.