Skip to content

Commit 451258f

Browse files
remove another old comment
Signed-off-by: Tim Vaillancourt <[email protected]>
1 parent 5823d08 commit 451258f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

go/vt/topo/topoproto/tablet_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ func TestIsTabletsInList(t *testing.T) {
118118
}
119119

120120
for _, testcase := range testcases {
121-
// We create an explicit copy of the range variable for each parallel runner
122-
// to be sure that they each run as expected. You can see more information on
123-
// this here: https://pkg.go.dev/testing#hdr-Subtests_and_Sub_benchmarks
124-
125121
t.Run(testcase.name, func(t *testing.T) {
126122
t.Parallel()
127123
out := IsTabletInList(testcase.tablet, testcase.allTablets)

0 commit comments

Comments
 (0)