chore: remove loop var references

This commit is contained in:
Florian Schade
2026-04-23 17:11:55 +02:00
committed by Ralf Haferkamp
parent 900ecf736e
commit d0e3f14539
9 changed files with 0 additions and 15 deletions
@@ -87,7 +87,6 @@ func TestProcessorFor(t *testing.T) {
assert := tAssert.New(t)
for _, tt := range tests {
tt := tt
t.Run("", func(t *testing.T) {
p, e := thumbnail.ProcessorFor(tt.id, tt.fileType)
assert.Equal(p.ID(), tt.wantP.ID())