diff --git a/crates/fidc-core/src/platform_strategy_spec.rs b/crates/fidc-core/src/platform_strategy_spec.rs index c7236cc..89da1a0 100644 --- a/crates/fidc-core/src/platform_strategy_spec.rs +++ b/crates/fidc-core/src/platform_strategy_spec.rs @@ -648,7 +648,7 @@ fn normalize_risk_policy_aliases_in_value(value: &mut Value) -> Result<(), Strin /// contract can legitimately arrive with both spellings. Canonicalise those /// pairs once at the boundary, while rejecting conflicting values instead of /// silently choosing one. -fn normalize_strategy_aliases_in_value(value: &mut Value) -> Result<(), String> { +pub fn normalize_strategy_aliases_in_value(value: &mut Value) -> Result<(), String> { normalize_strategy_aliases_in_value_inner(value, false) }