From ba018a38ef5abe0438b213c05ac0ac9c3a66147e Mon Sep 17 00:00:00 2001 From: Chummy Date: Thu, 19 Feb 2026 18:38:15 +0800 Subject: [PATCH] chore(provider): normalize fallback test comments to ASCII punctuation --- src/providers/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/mod.rs b/src/providers/mod.rs index 4c54f38..b577ef5 100644 --- a/src/providers/mod.rs +++ b/src/providers/mod.rs @@ -1700,7 +1700,7 @@ mod tests { }; // 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); assert!(provider.is_ok()); }