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:
Dave
2026-02-24 13:22:11 +00:00
parent 6170a7d984
commit 580bac22fa

View File

@@ -5083,7 +5083,6 @@ theirs
assert!(report.had_conflicts, "should report conflicts");
}
<<<<<<< HEAD
// ── process health monitoring tests ──────────────────────────────────────
/// Demonstrates that the PTY read-loop inactivity timeout fires when no output
@@ -5161,7 +5160,8 @@ theirs
matches!(event, AgentEvent::Error { .. }),
"expected AgentEvent::Error, got: {event:?}"
);
=======
}
// ── remove_agents_for_story tests ────────────────────────────────────────
#[test]