Skip to content

Commit f5f0cf6

Browse files
authored
Update test_tui.py
1 parent 8c49080 commit f5f0cf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_tui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ def test_run_quits_on_eof(self):
18231823
with mock.patch.object(tui, "_read_multiline", return_value=None):
18241824
tui.run()
18251825
out = buf.getvalue()
1826-
self.assertIn("python-agent-harness — agent execution harness", out)
1826+
self.assertIn("python-agent-harness — interactive AI coding agent", out)
18271827
self.assertIn("Commands:", out)
18281828

18291829
def test_run_handles_empty_and_slash_input(self):

0 commit comments

Comments
 (0)