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 5b805dd commit c076ad3Copy full SHA for c076ad3
test/test_lib.py
@@ -152,7 +152,7 @@ def test_search_paragraph(run_command):
152
"""
153
assert run_command("lib update-index")
154
result = run_command(
155
- 'lib search "An efficient and elegant JSON library" --format json'
+ 'lib search "A simple and efficient JSON library" --format json'
156
)
157
assert result.ok
158
libs_json = json.loads(result.stdout)
0 commit comments