summaryrefslogtreecommitdiff
path: root/internal/audio/provider_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/audio/provider_test.go')
-rw-r--r--internal/audio/provider_test.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/audio/provider_test.go b/internal/audio/provider_test.go
index 7fda932..97d3e9c 100644
--- a/internal/audio/provider_test.go
+++ b/internal/audio/provider_test.go
@@ -50,13 +50,6 @@ func TestDefaultProviderConfig(t *testing.T) {
t.Errorf("Expected OpenAI speed 1.0, got %f", config.OpenAISpeed)
}
- if !config.EnableCache {
- t.Error("Expected cache to be enabled by default")
- }
-
- if config.CacheDir != "./.audio_cache" {
- t.Errorf("Expected cache dir './.audio_cache', got '%s'", config.CacheDir)
- }
}
func TestNewProvider(t *testing.T) {