Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidand-canva committed Jan 3, 2025
1 parent 02595ba commit 3477274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/github_coding_agent/tests/test_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def test_list_files_path_not_exists(self):

assert res == (
"error",
f"ERROR - Directory /workspace/test_repo/does_not_exist does not exist. Please ensure the path is an absolute path and that the file exists.",
f"ERROR - Directory /workspace/test_repo/does_not_exist does not exist. Please ensure the path is an absolute path and that the directory exists.",
)

def test_list_files_relative_path(self):
Expand Down

0 comments on commit 3477274

Please sign in to comment.