From e667651725fd1f9de691cfb338fda123181897ad Mon Sep 17 00:00:00 2001 From: Jason Stone Date: Mon, 4 Nov 2024 11:00:58 +0000 Subject: [PATCH] missing paranthesis --- server/rpc_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/server/rpc_test.go b/server/rpc_test.go index 6caf6bf07..0a73bbbc4 100644 --- a/server/rpc_test.go +++ b/server/rpc_test.go @@ -1419,6 +1419,7 @@ func (r *mockOrchestrator) ImageToText(ctx context.Context, requestID string, re } func (r *mockOrchestrator) LivePortrait(ctx context.Context, requestID string, req worker.LivePortraitLivePortraitPostMultipartRequestBody) (interface{}, error) { return nil, nil +} func (r *mockOrchestrator) TextToSpeech(ctx context.Context, requestID string, req worker.GenTextToSpeechJSONRequestBody) (interface{}, error) { return nil, nil }