Skip to content

Commit c076ad3

Browse files
author
Vinay Lanka
authored
update search paragraph command to match ArduinoJSON latest release (#647)
The sentence has been updated for the latest 6.15.1 release
1 parent 5b805dd commit c076ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/test_lib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def test_search_paragraph(run_command):
152152
"""
153153
assert run_command("lib update-index")
154154
result = run_command(
155-
'lib search "An efficient and elegant JSON library" --format json'
155+
'lib search "A simple and efficient JSON library" --format json'
156156
)
157157
assert result.ok
158158
libs_json = json.loads(result.stdout)

0 commit comments

Comments
 (0)