Add tests for default selection policy behavior in routing preferences

This commit is contained in:
Spherrrical 2026-03-31 17:17:14 -07:00
parent 3fde960a19
commit eb00a48b55
2 changed files with 38 additions and 0 deletions

View file

@ -111,6 +111,7 @@ pub enum SelectionPreference {
Fastest,
/// Return models in the same order they were defined — no reordering.
#[default]
#[serde(alias = "")]
None,
}