File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
tests/OpenClaw.Tray.Tests Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ public void LoadCatalog_IncludesOnlySelectableAndVisibleSpeechProviders()
5454 public void SupportsSpeechToTextRuntime_ReportsWindowsRouteSupportForConfiguredSpeechProviders ( )
5555 {
5656 Assert . True ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . Windows ) ) ;
57- Assert . True ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . FoundryLocal ) ) ;
58- Assert . True ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . OpenAiWhisper ) ) ;
59- Assert . True ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . ElevenLabsSpeechToText ) ) ;
60- Assert . True ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . AzureAiSpeech ) ) ;
57+ Assert . False ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . FoundryLocal ) ) ;
58+ Assert . False ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . OpenAiWhisper ) ) ;
59+ Assert . False ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . ElevenLabsSpeechToText ) ) ;
60+ Assert . False ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . AzureAiSpeech ) ) ;
6161 Assert . False ( VoiceProviderCatalogService . SupportsSpeechToTextRuntime ( VoiceProviderIds . SherpaOnnx ) ) ;
6262 }
6363
You can’t perform that action at this time.
0 commit comments