From 7924012a6313ec2eafa05117a8fc307933e55e30 Mon Sep 17 00:00:00 2001 From: vinay-lanka Date: Thu, 9 Apr 2020 04:55:28 +0530 Subject: [PATCH] update search paragraph command to match ArduinoJSON latest release The sentence has been updated for the latest 6.15.1 release --- test/test_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_lib.py b/test/test_lib.py index 4dcc6f5eb29..933a90c6a36 100644 --- a/test/test_lib.py +++ b/test/test_lib.py @@ -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)