func agentRpcTestSlaveWasPromoted(ctx context.Context, t *testing.T, client tmclient.TabletManagerClient, ti *topo.TabletInfo) { err := client.SlaveWasPromoted(ctx, ti) compareError(t, "SlaveWasPromoted", err, true, testSlaveWasPromotedCalled) }