Fix for go vet error

This commit is contained in:
Jason Fulghum
2023-03-02 10:54:00 -08:00
parent 76847c59d5
commit d9bc26bb7c

View File

@@ -46,6 +46,7 @@ func RunModifyTypeTests(t *testing.T, tests []ModifyTypeTest) {
if len(name) > 200 {
name = name[:200]
}
test := test
t.Run(name, func(t *testing.T) {
t.Parallel()
ctx := context.Background()