Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xvnpw committed Dec 7, 2024
1 parent a39f513 commit a9501e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,11 @@ def test_create_human_prompt(
assert ret_by_lines[1] == (
"There will be more files to analyze after this batch." if len(documents) > len(batch) else ""
)
assert ret_by_lines[3] == "CURRENT DESIGN DOCUMENT:"

lines = 0
if current_description:
assert ret_by_lines[3] == "CURRENT DESIGN DOCUMENT:"
assert ret_by_lines[4] == current_description
lines = 3
lines = 2

assert ret_by_lines[3 + lines] == "PROJECT FILES:"
assert ret_by_lines[4 + lines] == "PROJECT FILES:"

0 comments on commit a9501e3

Please sign in to comment.