mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-06-09 08:21:50 +00:00
test: restore unrelated trailing newlines in cwd/tool-search tests
The salvaged PR incidentally stripped a trailing blank line from two unrelated test files (test_file_tools_cwd_resolution.py, test_tool_search.py). Restore them to keep the salvage diff scoped to the observability feature.
This commit is contained in:
parent
0d9b7132ff
commit
432325933a
2 changed files with 2 additions and 0 deletions
|
|
@ -194,3 +194,4 @@ def test_patch_reports_resolved_absolute_path(_isolated_cwd, monkeypatch):
|
|||
assert "WORKSPACE_PATCHED" in (workspace / "target.py").read_text()
|
||||
# And the decoy copy is untouched.
|
||||
assert (decoy / "target.py").read_text() == "DECOY_ORIGINAL\n"
|
||||
|
||||
|
|
|
|||
|
|
@ -535,3 +535,4 @@ class TestRegression_ToolsetScoping:
|
|||
assert "mcp_helper_op" in names
|
||||
# core tools are never deferrable
|
||||
assert "terminal" not in names
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue