test(rust): update tinyagents tool completion fixture (#4530)

This commit is contained in:
Steven Enamakel
2026-07-04 17:57:49 -07:00
committed by GitHub
parent 8dc6c2b7c9
commit 3ec234c353
@@ -1094,7 +1094,6 @@ mod tests {
sink.emit(AgentEvent::ToolCompleted {
call_id: "c1".into(),
tool_name: "echo".to_string(),
started_at_ms: None,
input: None,
output: None,
});