Skip to content

Commit

Permalink
Minor changes from self review
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed May 2, 2024
1 parent a60c2cd commit 96db92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/vt/topo/etcd2topo/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ func TestEtcd2TopoGetTabletsPartialResults(t *testing.T) {
ctx := context.Background()
cells := []string{"cell1", "cell2"}
root := "/vitess"
// Start three etcd instances the background. One will be serve the global topo data
// Start three etcd instances in the background. One will serve the global topo data
// while the other two will serve the cell topo data.
globalClientAddr, _ := startEtcd(t, 0)
cellClientAddrs := make([]string, len(cells))
Expand Down
2 changes: 1 addition & 1 deletion go/vt/vtctl/grpcvtctldserver/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7750,7 +7750,7 @@ func TestGetTablets(t *testing.T) {
ci.ServerAddress = memorytopo.UnreachableServerAddr
return nil
})
require.NoError(t, err, "failed to update %s cell to point at unreachable addr", cell)
require.NoError(t, err, "failed to update %s cell to point at unreachable address", cell)
}
}

Expand Down

0 comments on commit 96db92d

Please sign in to comment.