We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d231311 commit 8dfc3a0Copy full SHA for 8dfc3a0
tests/test_tools_chats.py
@@ -12,4 +12,4 @@ def test_chats(capsys):
12
assert "1." in captured.out
13
search_chats("python", system=True)
14
captured = capsys.readouterr()
15
- assert "Found matches" in captured.out
+ assert "Search results" in captured.out
0 commit comments