Appease clippy

This commit is contained in:
Oliver Azevedo Barnes 2025-07-03 12:17:21 -03:00
parent af66570bfe
commit 4b096b9a6b
No known key found for this signature in database
3 changed files with 2 additions and 5 deletions

View file

@ -1399,7 +1399,7 @@ mod tests {
// Test the model switching function logic
// This tests the internal logic without actually modifying settings
let test_models = vec![
let test_models = [
language_models::provider::ollama::AvailableModel {
name: "llama3.2:3b".to_string(),
display_name: Some("Llama 3.2 3B".to_string()),