Skip to content

Commit 5d51ce7

Browse files
committed
fix object prompt test
1 parent 85d3cff commit 5d51ce7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/core/prompts/sections/__tests__/objective.test.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ describe("getObjectiveSection", () => {
4747
expect(objective).toContain("1. Analyze the user's task")
4848
expect(objective).toContain("2. Work through these goals sequentially")
4949
expect(objective).toContain("3. Remember, you have extensive capabilities")
50-
expect(objective).toContain("4. Once you've completed the user's task")
51-
expect(objective).toContain("5. The user may provide feedback")
50+
expect(objective).toContain("4. **GIT WORKFLOW REQUIREMENTS**")
51+
expect(objective).toContain("5. Once you've completed the user's task")
52+
expect(objective).toContain("6. The user may provide feedback")
5253
}
5354
})
5455

0 commit comments

Comments
 (0)