huskies: merge 958
This commit is contained in:
@@ -643,10 +643,9 @@ mod tests {
|
||||
"stage should be Stage::Merge after unblock, got: {:?}",
|
||||
item.stage
|
||||
);
|
||||
// auto_assign checks is_active() — Merge satisfies it.
|
||||
assert!(
|
||||
item.stage.is_active(),
|
||||
"Merge satisfies is_active() so auto_assign can pick it up: {:?}",
|
||||
matches!(item.stage, Stage::Merge { .. }),
|
||||
"stage should be Stage::Merge so auto_assign can pick it up: {:?}",
|
||||
item.stage
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user