lint: make scopelint happy on test

This commit is contained in:
Umputun
2021-01-03 03:13:20 -06:00
parent 1e96f9a5b0
commit 2a02a946e7
+1
View File
@@ -157,6 +157,7 @@ func TestTelegram_escapeTitle(t *testing.T) {
tb := Telegram{}
for i, tt := range tbl {
tt = tt
t.Run(strconv.Itoa(i), func(t *testing.T) {
assert.Equal(t, tt.out, tb.escapeTitle(tt.inp))
})