test: removed forgotten mem::forget from supervisor tests

This commit is contained in:
2026-05-07 13:03:44 -06:00
parent 03690bc605
commit 80858fdb7b
-1
View File
@@ -145,7 +145,6 @@ mod tests {
exit_status: AgentExitStatus::Completed,
})
});
std::mem::forget(rt);
AgentHandle {
id: id.to_string(),
agent_name: agent_name.to_string(),