Skip to content

Commit

Permalink
Fix TestGRPCTMServer
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo J. Ortega U <5791035+ejortegau@users.noreply.github.com>
  • Loading branch information
ejortegau committed Oct 18, 2024
1 parent 8a196c9 commit d7b8ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/vt/vttablet/tmrpctest/test_tm_rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1388,7 +1388,7 @@ func (fra *fakeRPCTM) Backup(ctx context.Context, logger logutil.Logger, request
}

func (fra *fakeRPCTM) IsBackingUp() bool {
panic("implement me")
return false
}

func tmRPCTestBackup(ctx context.Context, t *testing.T, client tmclient.TabletManagerClient, tablet *topodatapb.Tablet) {
Expand Down

0 comments on commit d7b8ddd

Please sign in to comment.