diff --git a/TableDrivenTests.md b/TableDrivenTests.md index d427c228..a7e9750c 100644 --- a/TableDrivenTests.md +++ b/TableDrivenTests.md @@ -73,7 +73,6 @@ tests := map[string]struct { } for name, test := range tests { - t.Parallel() test := test t.Run(name, func(t *testing.T) { t.Parallel()