We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd41898 commit 3792ed1Copy full SHA for 3792ed1
internal/mode/static/state/graph/reference_grant_test.go
@@ -162,6 +162,7 @@ func TestReferenceGrantResolver(t *testing.T) {
162
resolver := newReferenceGrantResolver(refGrants)
163
164
for _, test := range tests {
165
+ test := test
166
t.Run(test.msg, func(t *testing.T) {
167
t.Parallel()
168
@@ -414,6 +415,7 @@ func TestRefAllowedFrom(t *testing.T) {
414
415
}
416
417
418
419
t.Run(test.name, func(t *testing.T) {
420
421
internal/mode/static/state/graph/tlsroute_test.go
@@ -551,6 +551,7 @@ func TestBuildTLSRoute(t *testing.T) {
551
552
553
554
555
556
g := NewWithT(t)
557
0 commit comments