From 4206522ad9b1961e3c95f3e6ed560662f906ceb5 Mon Sep 17 00:00:00 2001 From: Spherrrical Date: Fri, 24 Apr 2026 11:33:36 -0700 Subject: [PATCH] test(common): bump reference config assertion to v0.4.0 The rendered reference config was bumped to v0.4.0 when its inline routing_preferences were lifted to the top level; align the configuration deserialization test with that change. --- crates/common/src/configuration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/common/src/configuration.rs b/crates/common/src/configuration.rs index 86aa331d..1275d77d 100644 --- a/crates/common/src/configuration.rs +++ b/crates/common/src/configuration.rs @@ -656,7 +656,7 @@ mod test { .expect("reference config file not found"); let config: super::Configuration = serde_yaml::from_str(&ref_config).unwrap(); - assert_eq!(config.version, "v0.3.0"); + assert_eq!(config.version, "v0.4.0"); if let Some(prompt_targets) = &config.prompt_targets { assert!(