Fix unclosed delimiter from merge conflict resolution in agents.rs
Remove leftover conflict markers and add missing closing brace for watchdog_detects_orphaned_running_agent test function. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5083,7 +5083,6 @@ theirs
|
|||||||
assert!(report.had_conflicts, "should report conflicts");
|
assert!(report.had_conflicts, "should report conflicts");
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
// ── process health monitoring tests ──────────────────────────────────────
|
// ── process health monitoring tests ──────────────────────────────────────
|
||||||
|
|
||||||
/// Demonstrates that the PTY read-loop inactivity timeout fires when no output
|
/// Demonstrates that the PTY read-loop inactivity timeout fires when no output
|
||||||
@@ -5161,7 +5160,8 @@ theirs
|
|||||||
matches!(event, AgentEvent::Error { .. }),
|
matches!(event, AgentEvent::Error { .. }),
|
||||||
"expected AgentEvent::Error, got: {event:?}"
|
"expected AgentEvent::Error, got: {event:?}"
|
||||||
);
|
);
|
||||||
=======
|
}
|
||||||
|
|
||||||
// ── remove_agents_for_story tests ────────────────────────────────────────
|
// ── remove_agents_for_story tests ────────────────────────────────────────
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user