We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
modernize
1 parent 3536577 commit 22d6bfeCopy full SHA for 22d6bfe
providertests/image_upload_test.go
@@ -75,7 +75,6 @@ func TestImageUploadAgent(t *testing.T) {
75
file := fantasy.FilePart{Filename: "wish.png", Data: img, MediaType: "image/png"}
76
77
for _, pair := range pairs {
78
- pair := pair
79
t.Run(pair.name, func(t *testing.T) {
80
r := newRecorder(t)
81
@@ -122,7 +121,6 @@ func TestImageUploadAgentStreaming(t *testing.T) {
122
121
123
124
125
126
t.Run(pair.name+"-stream", func(t *testing.T) {
127
128
0 commit comments