File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
internal/mode/static/state/graph Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ func TestReferenceGrantResolver(t *testing.T) {
162
162
resolver := newReferenceGrantResolver (refGrants )
163
163
164
164
for _ , test := range tests {
165
+ test := test
165
166
t .Run (test .msg , func (t * testing.T ) {
166
167
t .Parallel ()
167
168
@@ -414,6 +415,7 @@ func TestRefAllowedFrom(t *testing.T) {
414
415
}
415
416
416
417
for _ , test := range tests {
418
+ test := test
417
419
t .Run (test .name , func (t * testing.T ) {
418
420
t .Parallel ()
419
421
Original file line number Diff line number Diff line change @@ -551,6 +551,7 @@ func TestBuildTLSRoute(t *testing.T) {
551
551
}
552
552
553
553
for _ , test := range tests {
554
+ test := test
554
555
t .Run (test .name , func (t * testing.T ) {
555
556
g := NewWithT (t )
556
557
t .Parallel ()
You can’t perform that action at this time.
0 commit comments