Skip to content

Commit 22d6bfe

Browse files
committed
chore: run modernize
1 parent 3536577 commit 22d6bfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

providertests/image_upload_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ func TestImageUploadAgent(t *testing.T) {
7575
file := fantasy.FilePart{Filename: "wish.png", Data: img, MediaType: "image/png"}
7676

7777
for _, pair := range pairs {
78-
pair := pair
7978
t.Run(pair.name, func(t *testing.T) {
8079
r := newRecorder(t)
8180

@@ -122,7 +121,6 @@ func TestImageUploadAgentStreaming(t *testing.T) {
122121
file := fantasy.FilePart{Filename: "wish.png", Data: img, MediaType: "image/png"}
123122

124123
for _, pair := range pairs {
125-
pair := pair
126124
t.Run(pair.name+"-stream", func(t *testing.T) {
127125
r := newRecorder(t)
128126

0 commit comments

Comments
 (0)