Fix file_size test
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
2026-09-20 13:21:52 +00:00
parent 48e09aa373
commit be7284c6d8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -274,7 +274,7 @@ mod tests {
.map(|tool| tool.function.name)
.collect();
assert_eq!(names, vec!["ls", "read_file", "grep", "find"]);
assert_eq!(names, vec!["ls", "read_file", "grep", "find", "file_size"]);
}
#[test]