diff options
Diffstat (limited to 'pkg/email/lore')
| -rw-r--r-- | pkg/email/lore/parse_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/email/lore/parse_test.go b/pkg/email/lore/parse_test.go index 125b572c5..3ee9ec392 100644 --- a/pkg/email/lore/parse_test.go +++ b/pkg/email/lore/parse_test.go @@ -301,7 +301,6 @@ func TestParsePatchSubject(t *testing.T) { }, } for id, test := range tests { - test := test t.Run(fmt.Sprint(id), func(t *testing.T) { ret, ok := parsePatchSubject(test.subj) assert.True(t, ok) |
