chore(provider): normalize fallback test comments to ASCII punctuation

This commit is contained in:
Chummy 2026-02-19 18:38:15 +08:00
parent 435c33d408
commit ba018a38ef

View file

@ -1700,7 +1700,7 @@ mod tests {
}; };
// Primary uses a ZAI key; fallbacks (lmstudio, ollama) should NOT // Primary uses a ZAI key; fallbacks (lmstudio, ollama) should NOT
// receive this key they resolve their own credentials independently. // receive this key; they resolve their own credentials independently.
let provider = create_resilient_provider("zai", Some("zai-test-key"), None, &reliability); let provider = create_resilient_provider("zai", Some("zai-test-key"), None, &reliability);
assert!(provider.is_ok()); assert!(provider.is_ok());
} }