fix: restore mut condition context in test
This commit is contained in:
@ -245,7 +245,7 @@ mod tests {
|
||||
id
|
||||
};
|
||||
|
||||
let context = ConditionContext {
|
||||
let mut context = ConditionContext {
|
||||
loop_var_name: "i".to_string(),
|
||||
loop_var_id: ValueId(1),
|
||||
scope: &scope,
|
||||
|
||||
Reference in New Issue
Block a user