Skip to content

Commit 8dfc3a0

Browse files
committed
test: fixed conversation search test
1 parent d231311 commit 8dfc3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tools_chats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ def test_chats(capsys):
1212
assert "1." in captured.out
1313
search_chats("python", system=True)
1414
captured = capsys.readouterr()
15-
assert "Found matches" in captured.out
15+
assert "Search results" in captured.out

0 commit comments

Comments
 (0)