8000 update search paragraph command to match ArduinoJSON latest release by vinay-lanka · Pull Request #647 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

update search paragraph command 8000 to match ArduinoJSON latest release #647

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update search paragraph command to match ArduinoJSON latest release
The sentence has been updated for the latest 6.15.1 release
  • Loading branch information
vinay-lanka committed Apr 8, 2020
commit 7924012a6313ec2eafa05117a8fc307933e55e30
2 changes: 1 addition & 1 deletion test/test_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def test_search_paragraph(run_command):
"""
assert run_command("lib update-index")
result = run_command(
'lib search "An efficient and elegant JSON library" --format json'
'lib search "A simple and efficient JSON library" --format json'
)
assert result.ok
libs_json = json.loads(result.stdout)
Expand Down
0