diff --git a/go/vt/topo/tablet_test.go b/go/vt/topo/tablet_test.go index 80abc22ff74..69f7edc718b 100644 --- a/go/vt/topo/tablet_test.go +++ b/go/vt/topo/tablet_test.go @@ -208,8 +208,8 @@ func TestServerGetTabletsByCell(t *testing.T) { Shard: shard, }, }, - opt: &topo.GetTabletsByCellOptions{Concurrency: 8}, - listError: topo.NewError(topo.ResourceExhausted, ""), + opt: &topo.GetTabletsByCellOptions{Concurrency: 8}, + listError: topo.NewError(topo.ResourceExhausted, ""), }, { name: "filtered by keyspace and shard",