fix: remove stale raw field expectation from test

The 'raw' field was removed from timeline entries in commit e80989e
(Nov 28) to reduce payload sizes by 64-85%. This test was never updated
and has been broken since then. Remove the stale expectation to align
with the current implementation.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mohamed Boudra
2025-11-30 01:06:01 +00:00
parent 34f13d4439
commit 315dbe20f3

View File

@@ -721,7 +721,6 @@ describe("convertClaudeHistoryEntry", () => {
{
type: "user_message",
text: "Run npm test",
raw: entry.message,
},
]);
});