commit 0130077087fd3520e4675033a8fe6dc06819229c
parent a9e8f8c23e966eff26df269c5b085cc2e585271c
Author: triesap <tyson@radroots.org>
Date: Sun, 10 May 2026 03:31:39 +0000
tests: update operation registry count
- align registry exact-count assertion
- cover order rebind in target operation inventory
- keep registry identity checks unchanged
- unblock full nested cli test lane
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/operation_registry.rs b/src/operation_registry.rs
@@ -1358,7 +1358,7 @@ mod tests {
.copied()
.collect::<BTreeSet<_>>();
assert_eq!(actual, expected);
- assert_eq!(OPERATION_REGISTRY.len(), 70);
+ assert_eq!(OPERATION_REGISTRY.len(), 71);
}
#[test]