From 4475f1e65fcfb4d5bfdc33e084b0315a4d14c4f6 Mon Sep 17 00:00:00 2001 From: Jan Carreras Prat Date: Fri, 14 Aug 2020 13:00:19 +0200 Subject: [PATCH] Remove unused structs in test --- httpref_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/httpref_test.go b/httpref_test.go index 9bd666b..4a69003 100644 --- a/httpref_test.go +++ b/httpref_test.go @@ -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 @@ -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",