Skip to content

Commit

Permalink
Remove unused structs in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-carreras committed Aug 14, 2020
1 parent 060c4c0 commit 4475f1e
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 4475f1e

Please sign in to comment.