Fix deacon template test to match actual content
Test expected "Patrol Execution Protocol" but template uses "Startup Protocol: Propulsion" heading instead. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -102,8 +102,8 @@ func TestRenderRole_Deacon(t *testing.T) {
|
||||
if !strings.Contains(output, "Patrol Executor") {
|
||||
t.Error("output missing role description")
|
||||
}
|
||||
if !strings.Contains(output, "Patrol Execution Protocol") {
|
||||
t.Error("output missing patrol execution section")
|
||||
if !strings.Contains(output, "Startup Protocol: Propulsion") {
|
||||
t.Error("output missing startup protocol section")
|
||||
}
|
||||
if !strings.Contains(output, "mol-deacon-patrol") {
|
||||
t.Error("output missing patrol molecule reference")
|
||||
|
||||
Reference in New Issue
Block a user