test: removed forgotten mem::forget from supervisor tests
This commit is contained in:
@@ -145,7 +145,6 @@ mod tests {
|
|||||||
exit_status: AgentExitStatus::Completed,
|
exit_status: AgentExitStatus::Completed,
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
std::mem::forget(rt);
|
|
||||||
AgentHandle {
|
AgentHandle {
|
||||||
id: id.to_string(),
|
id: id.to_string(),
|
||||||
agent_name: agent_name.to_string(),
|
agent_name: agent_name.to_string(),
|
||||||
|
|||||||
Reference in New Issue
Block a user