fix(BulkDeleteIssues): implémente retour BatchIssueResult sans issue (#7)

This commit is contained in:
2026-07-28 19:30:16 +02:00
parent bcd489aac8
commit f4ae5df17c
5 changed files with 38 additions and 42 deletions

View File

@ -769,11 +769,11 @@ async fn tools_list_advertises_the_idea_tools_with_schemas() {
);
}
assert!(!names.contains(&"idea_reply"));
assert_eq!(
tools.len(),
33,
"exactly the thirty-three exposed idea_* tools; got {names:?}"
);
assert_eq!(
tools.len(),
33,
"exactly the thirty-three exposed idea_* tools; got {names:?}"
);
// Every tool advertises an object input schema.
for t in tools {