fix: remove stray conflict marker in AgentPanel.test.tsx

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-23 16:19:38 +00:00
parent 53ffd2af2d
commit d278c194fd

View File

@@ -66,7 +66,6 @@ describe("AgentPanel active work list removed", () => {
expect(
container.querySelector('[data-testid^="agent-entry-"]'),
).not.toBeInTheDocument();
<<<<<<< HEAD
});
});