From a34342c02ab35e724f9a9df97a8b90a17d0d0e8e Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Sat, 22 Aug 2026 20:39:49 +0300 Subject: [PATCH] chore(tests): remove outdated assertion for memory context header Removed an assertion that checked for the "## Memory context" header in the prompt renderer test, as this header is no longer present in the rendered output after a change to the memory context section. Auto-committed-on: dragonfly Co-authored-by: Medulla --- tests/raw_coverage/agent_round26_raw_coverage_e2e.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/raw_coverage/agent_round26_raw_coverage_e2e.rs b/tests/raw_coverage/agent_round26_raw_coverage_e2e.rs index 4bc155d247..67fd9b6a84 100644 --- a/tests/raw_coverage/agent_round26_raw_coverage_e2e.rs +++ b/tests/raw_coverage/agent_round26_raw_coverage_e2e.rs @@ -302,7 +302,6 @@ fn prompt_renderers_cover_user_memory_identity_tools_and_subagent_variants() -> assert!(built.contains("## User Memory")); assert!(built.contains("projects (last updated 2026-05-28)")); assert!(built.contains("round26_tool[alpha|zeta]")); - assert!(built.contains("## Memory context")); assert!(built.contains("## Available Personalities")); assert!(built.contains("Recent context: "));