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") {
|
if !strings.Contains(output, "Patrol Executor") {
|
||||||
t.Error("output missing role description")
|
t.Error("output missing role description")
|
||||||
}
|
}
|
||||||
if !strings.Contains(output, "Patrol Execution Protocol") {
|
if !strings.Contains(output, "Startup Protocol: Propulsion") {
|
||||||
t.Error("output missing patrol execution section")
|
t.Error("output missing startup protocol section")
|
||||||
}
|
}
|
||||||
if !strings.Contains(output, "mol-deacon-patrol") {
|
if !strings.Contains(output, "mol-deacon-patrol") {
|
||||||
t.Error("output missing patrol molecule reference")
|
t.Error("output missing patrol molecule reference")
|
||||||
|
|||||||
Reference in New Issue
Block a user