From d2cc994d75eb4d55252b4730e20af95d246e4c5d Mon Sep 17 00:00:00 2001 From: Prathap <436prathap@gmail.com> Date: Sun, 29 Mar 2026 16:31:29 +0530 Subject: [PATCH] fix lint issues --- tests/cli/test_serve_channel_wiring.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/cli/test_serve_channel_wiring.py b/tests/cli/test_serve_channel_wiring.py index 4542bf2c..bf199d8e 100644 --- a/tests/cli/test_serve_channel_wiring.py +++ b/tests/cli/test_serve_channel_wiring.py @@ -226,7 +226,8 @@ class TestChannelToolLoading: assert system.tools[0].spec.name == "fake" def test_non_tool_agent_receives_empty_tools(self, tmp_path): - """JarvisSystem with no tools list results in empty tools — simple agent unaffected.""" + """JarvisSystem with no tools list results in empty tools — simple agent + unaffected.""" config = JarvisConfig() config.sessions.db_path = str(tmp_path / "sessions.db")