fix(joinir): Phase 76 - Fix test struct initialization for promoted_bindings
This commit is contained in:
@ -204,6 +204,8 @@ mod tests {
|
||||
carriers,
|
||||
trim_helper: None,
|
||||
promoted_loopbodylocals: vec![],
|
||||
#[cfg(feature = "normalized_dev")]
|
||||
promoted_bindings: std::collections::BTreeMap::new(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -296,6 +296,8 @@ mod tests {
|
||||
)],
|
||||
trim_helper: None,
|
||||
promoted_loopbodylocals: vec![],
|
||||
#[cfg(feature = "normalized_dev")]
|
||||
promoted_bindings: std::collections::BTreeMap::new(),
|
||||
};
|
||||
|
||||
let condition_bindings: BTreeSet<String> =
|
||||
|
||||
Reference in New Issue
Block a user