Skip to content

Commit

Permalink
Merge pull request #15 from jan-carreras/fix-lintern-warnings
Browse files Browse the repository at this point in the history
Remove unused structs in test
  • Loading branch information
dnnrly authored Aug 14, 2020
2 parents 060c4c0 + 4475f1e commit 45373e1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions httpref_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import (

func TestReferences_ByName(t *testing.T) {
Statuses = append(Statuses, Reference{Name: "501-extended"})
type args struct {
code string
}
tests := []struct {
name string
want int
Expand All @@ -32,9 +29,6 @@ func TestReferences_ByName(t *testing.T) {
}

func TestReferences_InRange(t *testing.T) {
type args struct {
code string
}
tests := []string{
"19150",
"16406",
Expand Down

0 comments on commit 45373e1

Please sign in to comment.